zino
zino is a full-featured application framework for Rust which emphasizes
simplicity, extensibility and productivity.
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 MySQL and PostgreSQL based on
sqlx. - 📅 Lightweight scheduler for sync and async cron jobs.
- 💠Unified access to storage services, data sources and chatbots.
- 📊 Built-in support for
tracing,metricsand logging. - 🎨 Full integrations with
actix-webandaxum.
Getting started
You can start with the example actix-app or axum-app.
Feature flags
The following optional features are available:
| Name | Description | Default? |
|---|---|---|
actix |
Enables the integration with actix-web. |
No |
axum |
Enables the integration with axum. |
No |
orm |
Enables the ORM for MySQL or PostgreSQL. | Yes |
view |
Enables the HTML template rendering. | Yes |