File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-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+ //! - [Token streams], for processing Rust procedural macro input.
58+ //! *(deserialization only)*
5759//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
5860//! and from DynamoDB.
5961//!
7678//! [S-expressions]: https://github.com/rotty/lexpr-rs
7779//! [D-Bus]: https://docs.rs/zvariant
7880//! [FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
81+ //! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
7982//! [DynamoDB Items]: https://docs.rs/serde_dynamo
8083//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
8184
You can’t perform that action at this time.
0 commit comments