From 9ab7c58e9ad0707c697fd70a86d2769e9de3fd22 Mon Sep 17 00:00:00 2001 From: holmofy Date: Wed, 4 Sep 2024 22:17:04 +0800 Subject: [PATCH 1/2] add spring-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 342ca20..2cac169 100644 --- a/README.md +++ b/README.md @@ -1855,6 +1855,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 + * [spring-rs](https://github.com/spring-rs/spring-rs) - spring-rs is a application framework written in rust inspired by java's spring-boot. * Miscellaneous * [cargonauts](https://github.com/cargonauts-rs/cargonauts) - A web framework intended for building maintainable, well-factored web apps. * [edezhic/prest](https://github.com/edezhic/prest) [[prest](https://crates.io/crates/prest)] - Progressive RESTful framework aimed to simplify fullstack development From 163a847c86fedbc34ff21d0e2160df5fc7ac1e25 Mon Sep 17 00:00:00 2001 From: holmofy Date: Sat, 7 Sep 2024 19:39:16 +0800 Subject: [PATCH 2/2] fix spring-rs order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cac169..d5be43b 100644 --- a/README.md +++ b/README.md @@ -1851,11 +1851,11 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [Salvo](https://github.com/salvo-rs/salvo) - an easy to use webframework base on hyper and tokio. [![build build](https://github.com/salvo-rs/salvo/workflows/CI%20(Linux)/badge.svg?branch=master&event=push)](https://github.com/salvo-rs/salvo/actions) * [Saphir](https://github.com/richerarc/saphir) - A progressive web framework with low-level control, without the pain. * [seanmonstar/warp](https://github.com/seanmonstar/warp) - A super-easy, composable, web server framework for warp speeds. [![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/warp) + * [spring-rs](https://github.com/spring-rs/spring-rs) - spring-rs is a application framework written in rust inspired by java's spring-boot. * [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 - * [spring-rs](https://github.com/spring-rs/spring-rs) - spring-rs is a application framework written in rust inspired by java's spring-boot. * Miscellaneous * [cargonauts](https://github.com/cargonauts-rs/cargonauts) - A web framework intended for building maintainable, well-factored web apps. * [edezhic/prest](https://github.com/edezhic/prest) [[prest](https://crates.io/crates/prest)] - Progressive RESTful framework aimed to simplify fullstack development