File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments