From 5ae70666b65f508756a72815cae925d7b1bb74fa Mon Sep 17 00:00:00 2001 From: DDAN <55860416+DDAN-17@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:32:36 -0500 Subject: [PATCH] Add SBOF format --- _src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_src/README.md b/_src/README.md index 3793ab1..e9e35ba 100644 --- a/_src/README.md +++ b/_src/README.md @@ -78,6 +78,7 @@ Serde by the community. - [Hjson], a syntax extension to JSON designed around human reading and editing. *(deserialization only)* - [CSV], Comma-separated values is a tabular text file format. +- [SBOF], a Small Binary Object Format meant to be small [JSON]: https://github.com/serde-rs/json [Postcard]: https://github.com/jamesmunns/postcard @@ -105,6 +106,7 @@ Serde by the community. [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb [Hjson]: https://github.com/Canop/deser-hjson [CSV]: https://docs.rs/csv +[SBOF]: https://github.com/DDAN-17/sbof ### Data structures