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
7
8
9
# Changelog

## 0.3.0

- made `vantus` and `vantus_macros` a breaking `0.3.0` release centered on explicit composition and typed request contracts
- removed dead runtime-DI compatibility artifacts from the published package, tests, and docs
- tightened the crates.io package surface with an explicit allowlist and release-oriented metadata
- added release verification coverage for doctests, examples, package dry runs, and property-based request checks
- documented the production model clearly: constructor injection, route contracts, UUID request IDs, tracing, metrics, and proxy-first edge concerns