From b8af28e677d30ea88794bf0021c5f4977e67f422 Mon Sep 17 00:00:00 2001 From: saru-tora <91454008+saru-tora@users.noreply.github.com> Date: Sun, 26 Mar 2023 08:39:42 -0700 Subject: [PATCH] Add Anansi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce39088..c7dd9c7 100644 --- a/README.md +++ b/README.md @@ -1605,6 +1605,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) — an ergonomic HTTP Client for Rust. [![build badge](https://api.travis-ci.org/seanmonstar/reqwest.svg?branch=master)](https://travis-ci.org/seanmonstar/reqwest) * HTTP Server * [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [![build badge](https://api.travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) + * [Anansi](https://github.com/saru-tora/anansi) — A simple full-stack web framework for Rust. * [branca](https://crates.io/crates/branca) — A Pure Rust implementation of Branca for Authenticated and Encrypted API tokens. [![build badge](https://api.travis-ci.org/return/branca.svg?branch=master)](https://travis-ci.org/return/branca) * [carllerche/tower-web](https://github.com/carllerche/tower-web) [[tower-web](https://crates.io/crates/tower-web)] — A fast, boilerplate free, web framework for Rust [![build badge](https://api.travis-ci.org/carllerche/tower-web.svg?branch=master)](https://travis-ci.org/carllerche/tower-web) * [danclive/sincere](https://github.com/danclive/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [![build badge](https://api.travis-ci.org/danclive/sincere.svg?branch=master)](https://travis-ci.org/danclive/sincere)