Go to file
photino 920fb46a65 Add HTTP client 2023-01-17 22:38:01 +08:00
.cargo Add HTTP client 2023-01-17 22:38:01 +08:00
examples Add HTTP client 2023-01-17 22:38:01 +08:00
zino Add HTTP client 2023-01-17 22:38:01 +08:00
zino-core Add HTTP client 2023-01-17 22:38:01 +08:00
zino-derive Add HTTP client 2023-01-17 22:38:01 +08:00
zino-model Add HTTP client 2023-01-17 22:38:01 +08:00
.gitignore Update tracing 2023-01-15 23:03:02 +08:00
Cargo.toml Update examples 2023-01-14 21:16:06 +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.