We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4557f commit b25d0eaCopy full SHA for b25d0ea
serde/src/lib.rs
@@ -59,6 +59,8 @@
59
//! *(deserialization only)*
60
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
61
//! and from DynamoDB.
62
+//! - [Hjson], a syntax extension to JSON designed around human reading and
63
+//! editing. *(deserialization only)*
64
//!
65
//! [JSON]: https://github.com/serde-rs/json
66
//! [Postcard]: https://github.com/jamesmunns/postcard
@@ -83,6 +85,7 @@
83
85
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
84
86
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
87
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
88
+//! [Hjson]: https://github.com/Canop/deser-hjson
89
90
////////////////////////////////////////////////////////////////////////////////
91
0 commit comments