入门指南
快速开始
你可以从代码仓库中的示例actix-app
、axum-app
、dioxus-desktop
或者ntex-app
开始体验Zino。
git clone https://github.com/zino-rs/zino.git
cd zino/examples/axum-app
cargo run
如果你能在终端中看到日志输出,那就表明axum-app
成功运行了!需要注意的是:
- 当前Zino框架运行在
Rust 1.75+
,请使用rustup
安装合适的版本; - 示例
axum-app
中需要连接MySQL数据库,具体配置参见axum-app/config/config.dev.toml
。