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
error: path parameter `name` is not present in route template `/users/{id}`
 --> tests/ui/path_parameter_mismatch.rs:9:26
  |
9 |     fn show(&self, name: vantus::Path<String>) -> vantus::Response {
  |                          ^^^^^^^^^^^^^^^^^^^^