zino
zino
is a full featured web application framework for Rust which focuses on
productivity and performance.
Highlights
- 🚀 Out-of-the-box features for rapid application development.
- ✨ Minimal design, modular architecture and high-level abstractions.
- ⚡ Embrace practical conventions to get the best performance.
- 🐘 Highly optimized ORM for PostgreSQL built with [
sqlx
].
- ⏲ Lightweight scheduler for sync and async cron jobs.
- 📊 Support for
logging
, [tracing
] and [metrics
].
Getting started
You can start with the example [axum-app
].
Feature flags
Currently, we only provide the axum
feature to enable an integration with [axum
].