vantus 0.3.0

Macro-first async Rust backend framework with explicit composition, typed extraction, and hardened HTTP defaults.
Documentation
1
2
3
4
5
pub mod errors;
pub mod http;

pub use errors::{FrameworkError, HttpError};
pub use http::{Method, ParseError, Request, Response};