Skip to content

Commit b25d0ea

Browse files
committed
Link to Hjson data format
1 parent 4f4557f commit b25d0ea

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
@@ -59,6 +59,8 @@
5959
//! *(deserialization only)*
6060
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
6161
//! and from DynamoDB.
62+
//! - [Hjson], a syntax extension to JSON designed around human reading and
63+
//! editing. *(deserialization only)*
6264
//!
6365
//! [JSON]: https://github.com/serde-rs/json
6466
//! [Postcard]: https://github.com/jamesmunns/postcard
@@ -83,6 +85,7 @@
8385
//! [Token streams]: https://github.com/oxidecomputer/serde_tokenstream
8486
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
8587
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
88+
//! [Hjson]: https://github.com/Canop/deser-hjson
8689
8790
////////////////////////////////////////////////////////////////////////////////
8891

0 commit comments

Comments
 (0)