Skip to content

Commit 5ae7066

Browse files
authored
Add SBOF format
1 parent 9dfa6df commit 5ae7066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Serde by the community.
7878
- [Hjson], a syntax extension to JSON designed around human reading and editing.
7979
*(deserialization only)*
8080
- [CSV], Comma-separated values is a tabular text file format.
81+
- [SBOF], a Small Binary Object Format meant to be small
8182

8283
[JSON]: https://github.com/serde-rs/json
8384
[Postcard]: https://github.com/jamesmunns/postcard
@@ -105,6 +106,7 @@ Serde by the community.
105106
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
106107
[Hjson]: https://github.com/Canop/deser-hjson
107108
[CSV]: https://docs.rs/csv
109+
[SBOF]: https://github.com/DDAN-17/sbof
108110

109111
### Data structures
110112

0 commit comments

Comments
 (0)