Zino is a next-generation framework for composable applications in Rust which emphasizes simplicity, extensibility and productivity.
pull/1682/head
Zan Pan 3 months ago committed by GitHub
parent c5689d2008
commit 2e7ad6c0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1796,6 +1796,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework
* [tiny-http](https://github.com/tiny-http/tiny-http) — Low level HTTP server library
* [tokio/axum](https://github.com/tokio-rs/axum) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper [![Build badge](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum/actions/workflows/CI.yml)
* [tomaka/rouille](https://github.com/tomaka/rouille) — Web framework
* [Zino](https://github.com/zino-rs/zino) — Next-generation framework for composable applications
* Miscellaneous
* [cargonauts](https://github.com/cargonauts-rs/cargonauts) — A web framework intended for building maintainable, well-factored web apps.
* [causal-agent/scraper](https://github.com/causal-agent/scraper) [[scraper](https://crates.io/crates/scraper)] - HTML parsing and querying with CSS selectors. [![Build Status](https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/causal-agent/scraper/actions)

Loading…
Cancel
Save