serde: Update README.md

The information presented on serde_qs was actually wrong.
This commit is contained in:
Jonas Platte 2021-03-23 20:55:39 +01:00
parent dbe470ed54
commit 71682182f7
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -2,7 +2,7 @@
This crate contains (de)serialization helpers for other ruma crates. This crate contains (de)serialization helpers for other ruma crates.
Part of that is a fork of serde_urlencoded, with support for sequences in `Deserialize` / Part of that is a fork of [serde_urlencoded], with support for sequences in `Deserialize` /
`Serialize` structs (e.g. `Vec<Something>`) that are (de)serialized as `field=val1&field=val2` `Serialize` structs (e.g. `Vec<Something>`) that are (de)serialized as `field=val1&field=val2`.
(instead of the more common `field[]=val1&field[]=val2` format supported by other crates like
`serde_qs`). [serde_urlencoded]: https://github.com/nox/serde_urlencoded