Skip to content

Commit bf400d6

Browse files
committed
Link to serde_tokenstream data format
1 parent 4d2e36d commit bf400d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

serde/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
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
//!
@@ -76,6 +78,7 @@
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

0 commit comments

Comments
 (0)