Krustie - A Basic Backend Framework
Krustie is a backend framework written in Rust. It is currently a work in progress and not yet ready for production use. This project serves as a personal learning experience, and contributions or feedback are welcome.
Features
- Stackable Router
- Middleware support
- JSON parsing (serde_json)
Builtin Middlewares
- Static file serving
- Rate limiter
- Gzip encoding (flate2)
Start your server
use ;
Contributing
As an inexperienced developer contributions will be welcomed. Please open an issue or a pull request.