Skip to content

Commit f62ab8b

Browse files
committed
Mention bencode format support in readme
Bendy, a bencode encoder and decoder, recently added feature-complete serde support.
1 parent c6cd5ac commit f62ab8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Serde by the community.
6868
- [D-Bus]'s binary wire format.
6969
- [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
7070
serialization format.
71+
- [Bencode], a simple binary format used in the BitTorrent protocol.
7172

7273
[JSON]: https://github.com/serde-rs/json
7374
[Bincode]: https://github.com/servo/bincode
@@ -89,6 +90,7 @@ Serde by the community.
8990
[S-expressions]: https://github.com/rotty/lexpr-rs
9091
[D-Bus]: https://docs.rs/zvariant
9192
[FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
93+
[Bencode]: https://github.com/P3KI/bendy
9294

9395
### Data structures
9496

0 commit comments

Comments
 (0)