Go to file
photino e830067fd6 Add metrics exporter 2023-01-11 23:25:53 +08:00
examples/axum-app Add metrics exporter 2023-01-11 23:25:53 +08:00
zino Add metrics exporter 2023-01-11 23:25:53 +08:00
zino-core Add metrics exporter 2023-01-11 23:25:53 +08:00
zino-derive Add cache 2023-01-11 14:44:23 +08:00
zino-model Add cache 2023-01-11 14:44:23 +08:00
.gitignore Add cache 2023-01-11 14:44:23 +08:00
Cargo.toml Version 0.2.0 2023-01-03 18:39:54 +08:00
LICENSE Initial commit 2022-12-29 11:09:41 +08:00
README.md Add cache 2023-01-11 14:44:23 +08:00

README.md

zino

zino is a full featured web application framework for Rust which focuses on productivity and performance.

Crates.io Documentation Downloads License

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 and metrics.

Getting started

You can start with the example axum-app.

Crates

Name Description Crates.io Documentation
zino-core Core types and traits. Crates.io Documentation
zino-derive Derived traits. Crates.io Documentation
zino-model Model types. Crates.io Documentation

License

This project is licensed under the MIT license.