Crate zino

source ·
Expand description

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

Getting started

You can start with the example axum-app.

Structs

An HTTP server cluster for axum.
An HTTP request extractor for axum.

Type Definitions

A specialized request extractor for axum.
A specialized Result type for axum.