zino 0.4.1

Full featured web application framework for Rust.
docs.rs failed to build zino-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: zino-0.22.3

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 logging, tracing and metrics.

Getting started

You can start with the example axum-app.

Feature flags

Currently, we only provide the axum feature to enable an integration with axum.