From 5301ab14b455c9d7e9edf473d2a2373faf6fc512 Mon Sep 17 00:00:00 2001 From: Victor Teo Date: Fri, 17 May 2024 17:16:05 +0800 Subject: [PATCH] Update README.md: adds teocloud/teo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52fdbec..313cede 100644 --- a/README.md +++ b/README.md @@ -1810,6 +1810,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [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 + * [Teo](https://github.com/teocloud/teo) - Schema-centered web framework which can provide frontend convenience and generate an admin dashboard * 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)