2022-02-19 01:07:23 +01:00
..
2022-02-18 11:33:16 +01:00
2022-02-19 01:07:23 +01:00
2022-02-19 01:01:17 +01: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.