mirror of https://github.com/zino-rs/zino
photino 3be48f685d | ||
---|---|---|
.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 on top of
sqlx
. - 🕗 Lightweight scheduler for sync and async cron jobs.
- 📊 Support for
tracing
,metrics
and logging.
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.