2021-09-15 20:36:20 +02:00
..
2021-09-15 20:36:20 +02:00
2021-05-15 19:29:41 +02:00
2021-08-11 17:10:51 +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.