Release version 0.22.3
zino is a next-generation framework for composable applications in Rust which emphasizes simplicity, extensibility and productivity.
zino
sqlx
tracing
metrics
actix-web
axum
dioxus
ntex
You can start with the example actix-app, axum-app, dioxus-desktop or ntex-app. It requires Rust 1.75+ to build the project.
actix-app
axum-app
dioxus-desktop
ntex-app
cd examples/axum-app cargo run
Here is the simplest application to run a server:
[package] name = "zino-app" version = "0.1.0" edition = "2021" [dependencies] zino = { version = "0.21", features = ["axum"] }
use zino::prelude::*; fn main() { zino::Cluster::boot().run() }
zino-core
zino-derive
zino-model
zino-extra
zino-dioxus
zino-cli
This project is licensed under the MIT license.
If you have any problems or ideas, please don’t hesitate to open an issue.
基于Rust语言的新一代组装式应用开发框架
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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
andntex
.Getting started
You can start with the example
actix-app
,axum-app
,dioxus-desktop
orntex-app
. It requires Rust 1.75+ to build the project.Here is the simplest application to run a server:
Crates
zino-core
zino-derive
zino-model
zino-extra
zino-dioxus
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.