Link to Hjson data format

This commit is contained in:
David Tolnay 2022-12-26 09:20:12 -08:00
parent 4f4557fd05
commit b25d0ea7f9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -59,6 +59,8 @@
//! *(deserialization only)*
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
//! and from DynamoDB.
//! - [Hjson], a syntax extension to JSON designed around human reading and
//! editing. *(deserialization only)*
//!
//! [JSON]: https://github.com/serde-rs/json
//! [Postcard]: https://github.com/jamesmunns/postcard
@ -83,6 +85,7 @@
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
//! [Hjson]: https://github.com/Canop/deser-hjson
////////////////////////////////////////////////////////////////////////////////