Link to Hjson data format
This commit is contained in:
parent
4f4557fd05
commit
b25d0ea7f9
@ -59,6 +59,8 @@
|
|||||||
//! *(deserialization only)*
|
//! *(deserialization only)*
|
||||||
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
|
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
|
||||||
//! and from DynamoDB.
|
//! and from DynamoDB.
|
||||||
|
//! - [Hjson], a syntax extension to JSON designed around human reading and
|
||||||
|
//! editing. *(deserialization only)*
|
||||||
//!
|
//!
|
||||||
//! [JSON]: https://github.com/serde-rs/json
|
//! [JSON]: https://github.com/serde-rs/json
|
||||||
//! [Postcard]: https://github.com/jamesmunns/postcard
|
//! [Postcard]: https://github.com/jamesmunns/postcard
|
||||||
@ -83,6 +85,7 @@
|
|||||||
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
|
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
|
||||||
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
|
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
|
||||||
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
|
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
|
||||||
|
//! [Hjson]: https://github.com/Canop/deser-hjson
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user