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
6
use vantus::{RouteDefinition, Router};

fn main() {
    let _ = Router::new();
    let _ = RouteDefinition::new;
}