From 2e7ad6c0b4457874598a29859f29c9fd6865da94 Mon Sep 17 00:00:00 2001 From: Zan Pan Date: Thu, 14 Mar 2024 21:15:24 +0800 Subject: [PATCH] Add Zino Zino is a next-generation framework for composable applications in Rust which emphasizes simplicity, extensibility and productivity. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9c0f7c..3353c5a 100644 --- a/README.md +++ b/README.md @@ -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)