moltendb-server 0.10.1

MoltenDB HTTP server — Axum routing, TLS, auth, rate limiting, CORS.
Documentation
1
2
3
4
5
// moltendb-server library root — exposes handlers for integration testing.
pub use moltendb_core::handlers;
pub use moltendb_core::validation;
pub use moltendb_auth as auth;
mod rate_limit;