File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments