File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Serde by the community.
58
58
definition.
59
59
- [ JSON5] , A superset of JSON including some productions from ES5.
60
60
- [ Postcard] , a no\_ std and embedded-systems friendly compact binary format.
61
- - [ URL] , the x-www-form-urlencoded format.
61
+ - [ URL] query strings, in the x-www-form-urlencoded format.
62
62
- [ Envy] , a way to deserialize environment variables into Rust structs.
63
63
* (deserialization only)*
64
64
- [ Envy Store] , a way to deserialize [ AWS Parameter Store] parameters into Rust
@@ -80,7 +80,7 @@ Serde by the community.
80
80
[ BSON ] : https://github.com/zonyitoo/bson-rs
81
81
[ Avro ] : https://github.com/flavray/avro-rs
82
82
[ JSON5 ] : https://github.com/callum-oakley/json5-rs
83
- [ URL ] : https://github.com/nox/serde_urlencoded
83
+ [ URL ] : https://docs.rs/serde_qs
84
84
[ Postcard ] : https://github.com/jamesmunns/postcard
85
85
[ Envy ] : https://github.com/softprops/envy
86
86
[ Envy Store ] : https://github.com/softprops/envy-store
You can’t perform that action at this time.
0 commit comments