backend-kit 0.0.3

Provides a set of tools and helpers for building backend services in Rust.
Documentation
1
2
3
4
5
pub mod error;
#[cfg(feature = "http")]
pub mod http;
pub mod shutdown;
pub mod validator;