Chacix / zino

Full-featured web application framework for Rust.

Home Page:https://crates.io/crates/zino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zino

zino is a full-featured web application framework for Rust with a focus 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 on top of sqlx.
  • πŸ•— Lightweight scheduler for sync and async cron jobs.
  • πŸ’  Unified access to storage services and data sources.
  • πŸ“Š Support for tracing, metrics and logging.

Getting started

You can start with the example axum-app. Currently, it requires rustc nightly to build the project.

cd examples/axum-app
cargo run -- --env=dev

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.

About

Full-featured web application framework for Rust.

https://crates.io/crates/zino

License:MIT License


Languages

Language:Rust 100.0%