zino

zino is a full-featured application framework for Rust which emphasizes simplicity, extensibility and productivity.

Highlights

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 |