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 9dfa6df commit 5ae7066Copy full SHA for 5ae7066
_src/README.md
@@ -78,6 +78,7 @@ Serde by the community.
78
- [Hjson], a syntax extension to JSON designed around human reading and editing.
79
*(deserialization only)*
80
- [CSV], Comma-separated values is a tabular text file format.
81
+- [SBOF], a Small Binary Object Format meant to be small
82
83
[JSON]: https://github.com/serde-rs/json
84
[Postcard]: https://github.com/jamesmunns/postcard
@@ -105,6 +106,7 @@ Serde by the community.
105
106
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
107
[Hjson]: https://github.com/Canop/deser-hjson
108
[CSV]: https://docs.rs/csv
109
+[SBOF]: https://github.com/DDAN-17/sbof
110
111
### Data structures
112
0 commit comments