From ce326394a0ea5b717ff19145455c7da5eef4ce13 Mon Sep 17 00:00:00 2001 From: Andreas Tzionis Date: Wed, 15 Jan 2025 09:02:06 +0200 Subject: [PATCH] Add tinyweb to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0554bd7..a805d80 100644 --- a/README.md +++ b/README.md @@ -1310,3 +1310,4 @@ A curated list of awesome Rust frameworks, libraries and software. * [dalek-cryptography/curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) - A pure-Rust implementation of group operations on Ristretto and Curve25519 * [sayanarijit/qrcode.show](https://github.com/sayanarijit/qrcode.show) - [WORKING PROTOTYPE] Generate QR code easily for free - QR Code Generation as a Service * [withoutboats/fehler](https://github.com/withoutboats/fehler) - Rust doesn't have exceptions +* [LiveDuo/tinyweb](https://github.com/LiveDuo/tinyweb) - 🌱 Minimalist web framework for Rust (wasm) written in 800 lines of code