Skip to content

Commit 4f4557f

Browse files
committed
Link to bencode data format
1 parent bf400d6 commit 4f4557f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serde/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
//! - [D-Bus]'s binary wire format.
5555
//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
5656
//! serialization format.
57+
//! - [Bencode], a simple binary format used in the BitTorrent protocol.
5758
//! - [Token streams], for processing Rust procedural macro input.
5859
//! *(deserialization only)*
5960
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
@@ -78,6 +79,7 @@
7879
//! [S-expressions]: https://github.com/rotty/lexpr-rs
7980
//! [D-Bus]: https://docs.rs/zvariant
8081
//! [FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
82+
//! [Bencode]: https://github.com/P3KI/bendy
8183
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
8284
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
8385
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb

0 commit comments

Comments
 (0)