Experimenting with multiple web frameworks with a common database abstraction and mongodb implementation.
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-database | Shared library used by REST API to access a data store modeling users |