zino
zino
is a next-generation framework for composable applications in Rust
which emphasizes simplicity, extensibility and productivity.

Highlights
- 🚀 Out-of-the-box features for rapid application development.
- 🎨 Minimal design, composable architecture and high-level abstractions.
- 🌐 Adopt an API-first approach to development with open standards.
- ⚡ Embrace practical conventions to get the best performance.
- 💎 Expressive ORM for MySQL, PostgreSQL and SQLite based on
sqlx
.
- ✨ Innovations on query population, field translation and model hooks.
- 📅 Lightweight scheduler for sync and async cron jobs.
- 💠 Unified access to storage services, data sources and LLMs.
- 📊 Built-in support for
tracing
, metrics
and logging.
- 💖 Full integrations with
actix-web
, axum
, dioxus
and more.
Getting started
You can start with the example actix-app
, axum-app
, dioxus-desktop
or ntex-app
.
It requires Rust 1.85+ to build the project.
cd examples/axum-app
cargo run
Here is the simplest application to run a server:
[package]
name = "zino-app"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
[dependencies]
zino = { version = "0.34", features = ["axum"] }
use zino::prelude::*;
fn main() {
zino::Cluster::boot().run()
}
Crates
License
This project is licensed under the MIT license.
If you have any problems or ideas, please don’t hesitate to open an issue.
zino
zino
is a next-generation framework for composable applications in Rust which emphasizes simplicity, extensibility and productivity.Highlights
sqlx
.tracing
,metrics
and logging.actix-web
,axum
,dioxus
and more.Getting started
You can start with the example
actix-app
,axum-app
,dioxus-desktop
orntex-app
. It requires Rust 1.85+ to build the project.Here is the simplest application to run a server:
Crates
zino-core
zino-auth
zino-channel
zino-storage
zino-http
zino-openapi
zino-orm
zino-derive
zino-model
zino-connector
zino-chatbot
zino-extra
zino-actix
zino-axum
zino-ntex
zino-dioxus
zino-amis
zino-cli
License
This project is licensed under the MIT license.
Community
If you have any problems or ideas, please don’t hesitate to open an issue.