Maw
A minimal, fast web framework for Rust built on Hyper.
Features
- Simple routing with path parameters
- Middleware support (global and local)
- Template rendering with MiniJinja
- Request/response helpers for JSON, forms, and XML
- Type-safe locals for sharing data
- Graceful shutdown built-in
Quick Start
use *;
async
License
MIT