From ef01495ebde2a3511dcf5c3466173959f30d2b8a Mon Sep 17 00:00:00 2001 From: Benjamin Geer Date: Wed, 14 Jan 2026 14:34:46 +0100 Subject: [PATCH] Add bside Bencode parser to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1d1959..6d694dce 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ Here is a (non exhaustive) list of known projects using nom: - Cryptographic formats: [X.509](https://github.com/rusticata/x509-parser) - Network protocol formats: -[Bencode](https://github.com/jbaum98/bencode.rs), +[Bencode](https://codeberg.org/benjamingeer/bside), [D-Bus](https://github.com/toshokan/misato), [DHCP](https://github.com/rusticata/dhcp-parser), [HTTP](https://github.com/sozu-proxy/sozu/tree/main/lib/src/protocol/http),