vantus 0.2.0

Macro-first async Rust web platform with typed extraction, DI, and configuration binding.
Documentation
1
2
3
4
5
pub mod errors;
pub mod http;

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