Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Serde by the community.
- [Avro], a binary format used within Apache Hadoop, with support for schema
definition.
- [JSON5], a superset of JSON including some productions from ES5.
- [ASON], a strongly typed version of JSON that perfectly matches Rust's type system.
- [URL] query strings, in the x-www-form-urlencoded format.
- [Starlark], the format used for describing build targets by the Bazel and Buck
build systems. *(serialization only)*
Expand Down Expand Up @@ -90,6 +91,7 @@ Serde by the community.
[BSON]: https://github.com/mongodb/bson-rust
[Avro]: https://docs.rs/apache-avro
[JSON5]: https://github.com/callum-oakley/json5-rs
[ASON]: https://github.com/hemashushu/ason
[URL]: https://docs.rs/serde_qs
[Starlark]: https://github.com/dtolnay/serde-starlark
[Envy]: https://github.com/softprops/envy
Expand Down