vantus 0.2.0

Macro-first async Rust web platform with typed extraction, DI, and configuration binding.
Documentation
1
2
3
4
5
6
7
# Production Notes

- `vantus` is designed for async execution on `tokio`.
- `WebPlatformModule` gives a sensible default production baseline with health/info endpoints and panic recovery.
- Keep service registration deterministic and fail fast during startup.
- Use profile-specific config files and environment overrides for deployment differences.
- Treat the hidden internal routing APIs as unsupported implementation detail.