Zino 0.8 released!

Zino 0.8 has added an integration with actix-web. :tada:

zino is a full-featured web application framework for Rust with a focus on
productivity and performance.

Highlights

  • :rocket: Out-of-the-box features for rapid application development.
  • :sparkles: Minimal design, modular architecture and high-level abstractions.
  • :zap: Embrace practical conventions to get the best performance.
  • :elephant: Highly optimized ORM for PostgreSQL built on top of sqlx.
  • :clock8: Lightweight scheduler for sync and async cron jobs.
  • :diamond_shape_with_a_dot_inside: Unified access to storage services, data sources and chatbots.
  • :bar_chart: Built-in support for tracing, metrics and logging.
  • :art: Full integrations with actix-web and axum.

Getting started

You can start with the example actix-app or 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.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.