Skip to content

Commit e53f7e6

Browse files
committed
Link to serde_starlark data format
1 parent 10b5b22 commit e53f7e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Serde by the community.
5959
definition.
6060
- [JSON5], a superset of JSON including some productions from ES5.
6161
- [URL] query strings, in the x-www-form-urlencoded format.
62+
- [Starlark], the format used for describing build targets by the Bazel and Buck
63+
build systems. *(serialization only)*
6264
- [Envy], a way to deserialize environment variables into Rust structs.
6365
*(deserialization only)*
6466
- [Envy Store], a way to deserialize [AWS Parameter Store] parameters into Rust
@@ -88,6 +90,7 @@ Serde by the community.
8890
[Avro]: https://docs.rs/apache-avro
8991
[JSON5]: https://github.com/callum-oakley/json5-rs
9092
[URL]: https://docs.rs/serde_qs
93+
[Starlark]: https://github.com/dtolnay/serde-starlark
9194
[Envy]: https://github.com/softprops/envy
9295
[Envy Store]: https://github.com/softprops/envy-store
9396
[Cargo]: http://doc.crates.io/manifest.html

0 commit comments

Comments
 (0)