Ergonomic and reliable remplate to build Rust web applications
⚠️ WIP: Head to the TODO.md file to follow the development.
- Minimal core template
- Extremely reliable and type-safe
- Ergonomic and easy to understand
- Based on
tokio
andaxum
ecosystem - HTTP utilities
- Custom API error handling
- Panic recovery
- Custom body validation
- Strict body and params typing inside HTTP handlers
- Full AWS Lambda support (branch feature/serverless)
- axum: web framework based on tokio/tower
- Tokio: asynchronous runtime
- tracing: instrumentation and logging