ruwuma/ruma-serde/README.md
Jonas Platte 71682182f7
serde: Update README.md
The information presented on serde_qs was actually wrong.
2021-03-23 20:55:39 +01:00

333 B

ruma-serde

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 / Serialize structs (e.g. Vec<Something>) that are (de)serialized as field=val1&field=val2.