Commit b25d0ea 1 parent 4f4557f commit b25d0ea Copy full SHA for b25d0ea
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 59
59
//! *(deserialization only)*
60
60
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
61
61
//! and from DynamoDB.
62
+ //! - [Hjson], a syntax extension to JSON designed around human reading and
63
+ //! editing. *(deserialization only)*
62
64
//!
63
65
//! [JSON]: https://github.com/serde-rs/json
64
66
//! [Postcard]: https://github.com/jamesmunns/postcard
83
85
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
84
86
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
85
87
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
88
+ //! [Hjson]: https://github.com/Canop/deser-hjson
86
89
87
90
////////////////////////////////////////////////////////////////////////////////
88
91
You can’t perform that action at this time.
0 commit comments