Update the readme path
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
You can start with the example actix-app, axum-app, dioxus-desktop or ntex-app. It requires Rust 1.85+ 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 = "2024" rust-version = "1.85" [dependencies] zino = { version = "0.33", features = ["axum"] }
use zino::prelude::*; fn main() { zino::Cluster::boot().run() }
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
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
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.