We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cd5ac commit f62ab8bCopy full SHA for f62ab8b
_src/README.md
@@ -68,6 +68,7 @@ Serde by the community.
68
- [D-Bus]'s binary wire format.
69
- [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
70
serialization format.
71
+- [Bencode], a simple binary format used in the BitTorrent protocol.
72
73
[JSON]: https://github.com/serde-rs/json
74
[Bincode]: https://github.com/servo/bincode
@@ -89,6 +90,7 @@ Serde by the community.
89
90
[S-expressions]: https://github.com/rotty/lexpr-rs
91
[D-Bus]: https://docs.rs/zvariant
92
[FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
93
+[Bencode]: https://github.com/P3KI/bendy
94
95
### Data structures
96
0 commit comments