zino
is a full-featured application framework for Rust which emphasizes
simplicity, extendibility and productivity.
sqlx
].tracing
], [metrics
] and logging.actix-web
] and [axum
].You can start with the example [actix-app
] or [axum-app
].
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 |