mirror of https://github.com/zino-rs/zino
photino 920fb46a65 | ||
---|---|---|
.cargo | ||
examples | ||
zino | ||
zino-core | ||
zino-derive | ||
zino-model | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
zino
zino
is a full featured web application framework for Rust which focuses on
productivity and performance.
Highlights
- 🚀 Out-of-the-box features for rapid application development.
- ✨ Minimal design, modular architecture and high-level abstractions.
- ⚡ Embrace practical conventions to get the best performance.
- 🐘 Highly optimized ORM for PostgreSQL built with
sqlx
. - ⏲ Lightweight scheduler for sync and async cron jobs.
- 📊 Support for
logging
,tracing
andmetrics
.
Getting started
You can start with the example axum-app
.
Crates
Name | Description | Crates.io | Documentation |
---|---|---|---|
zino-core |
Core types and traits. | ||
zino-derive |
Derived traits. | ||
zino-model |
Model types. |
License
This project is licensed under the MIT license.