We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zino is a full-featured web application framework for Rust which provides full integrations with actix-web and axum.
actix-web
axum
sqlx
tracing
metrics
You can start with the example actix-app or axum-app. Currently, it requires rustc nightly to build the project.
actix-app
axum-app
cd examples/axum-app cargo run -- --env=dev
This project is licensed under the MIT license.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zino is a full-featured web application framework for Rust which provides full integrations with
actix-web
andaxum
.Highlights
sqlx
.tracing
,metrics
and logging.actix-web
andaxum
.Getting started
You can start with the example
actix-app
oraxum-app
.Currently, it requires rustc nightly to build the project.
cd examples/axum-app cargo run -- --env=dev
License
This project is licensed under the MIT license.
The text was updated successfully, but these errors were encountered: