andeya / zino

Next-generation framework for composable applications in Rust.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zino

zino is a next-generation framework for composable applications in Rust which emphasizes simplicity, extensibility and productivity.

Crates.io Documentation License

Highlights

  • πŸš€ Out-of-the-box features for rapid application development.
  • 🎨 Minimal design, composable architecture and high-level abstractions.
  • 🌐 Adopt an API-first approch to development with open standards.
  • ⚑ Embrace practical conventions to get the best performance.
  • πŸ’Ž Highly optimized ORM for MySQL, PostgreSQL and SQLite based on sqlx.
  • ✨ Innovations on query population, field translation and model hooks.
  • πŸ“… Lightweight scheduler for sync and async cron jobs.
  • πŸ’  Unified access to storage services, data sources and chatbots.
  • πŸ“Š Built-in support for tracing, metrics and logging.
  • πŸ’– Full integrations with actix-web, axum and dioxus.

Getting started

You can start with the example actix-app, axum-app or dioxus-desktop. 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 Domain models. Crates.io Documentation

License

This project is licensed under the MIT license.

Community

If you have any problems or ideas, please don't hesitate to open an issue. For Chinese rustaceans, you can also follow our WeChat official account to cantact us:

zino-web

About

Next-generation framework for composable applications in Rust.

https://crates.io/crates/zino

License:MIT License


Languages

Language:Rust 100.0%