ruwuma/ruma-serde
Jonas Platte 565e3a1ee7
Merge LICENSE files
The Copyright notice is taken out because no single person has a
copyright to the entire codebase.
2020-09-26 15:52:52 +02:00
..
2020-07-24 21:13:41 +02:00
2020-07-29 16:48:02 +02:00
2020-07-22 23:05:50 +02:00

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 (instead of the more common field[]=val1&field[]=val2 format supported by other crates like serde_qs).