Commit bf400d6 1 parent 4d2e36d commit bf400d6 Copy full SHA for bf400d6
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-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
+ //! - [Token streams], for processing Rust procedural macro input.
58
+ //! *(deserialization only)*
57
59
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
58
60
//! and from DynamoDB.
59
61
//!
76
78
//! [S-expressions]: https://github.com/rotty/lexpr-rs
77
79
//! [D-Bus]: https://docs.rs/zvariant
78
80
//! [FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
81
+ //! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
79
82
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
80
83
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
81
84
You can’t perform that action at this time.
0 commit comments