Commit 4f4557f 1 parent bf400d6 commit 4f4557f Copy full SHA for 4f4557f
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 54
54
//! - [D-Bus]'s binary wire format.
55
55
//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
56
56
//! serialization format.
57
+ //! - [Bencode], a simple binary format used in the BitTorrent protocol.
57
58
//! - [Token streams], for processing Rust procedural macro input.
58
59
//! *(deserialization only)*
59
60
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
78
79
//! [S-expressions]: https://github.com/rotty/lexpr-rs
79
80
//! [D-Bus]: https://docs.rs/zvariant
80
81
//! [FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
82
+ //! [Bencode]: https://github.com/P3KI/bendy
81
83
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
82
84
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
83
85
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
You can’t perform that action at this time.
0 commit comments