Skip to content

Commit e7f4605

Browse files
committed
Replace serde_urlencoded link with serde_qs
1 parent a1c912c commit e7f4605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Serde by the community.
5858
definition.
5959
- [JSON5], A superset of JSON including some productions from ES5.
6060
- [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.
6262
- [Envy], a way to deserialize environment variables into Rust structs.
6363
*(deserialization only)*
6464
- [Envy Store], a way to deserialize [AWS Parameter Store] parameters into Rust
@@ -80,7 +80,7 @@ Serde by the community.
8080
[BSON]: https://github.com/zonyitoo/bson-rs
8181
[Avro]: https://github.com/flavray/avro-rs
8282
[JSON5]: https://github.com/callum-oakley/json5-rs
83-
[URL]: https://github.com/nox/serde_urlencoded
83+
[URL]: https://docs.rs/serde_qs
8484
[Postcard]: https://github.com/jamesmunns/postcard
8585
[Envy]: https://github.com/softprops/envy
8686
[Envy Store]: https://github.com/softprops/envy-store

0 commit comments

Comments
 (0)