Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 478 Bytes

readme.md

File metadata and controls

11 lines (10 loc) · 478 Bytes

Rust REST API prototypes

Experimenting with multiple web frameworks with a common persistence abstraction and mongodb implementation.

Crates

Crate name Description
rust-axum REST API using the axum framework
rust-rocket REST API using the rocket framework
rust-warp REST API using the warp framework
rust-actix-web REST API using the actix-web framework
user-persist Shared library used by REST API to access a data store modeling users