Jonas Platte 981a3aebe2
Bump version again
to 0.2.0 this time, since the revert to plain serde_urlencoded logic was actually a breaking change
2020-05-13 23:00:01 +02:00
2020-04-24 21:53:42 +02:00
2020-04-24 12:28:17 +02:00
2020-05-13 23:00:01 +02:00
2020-04-24 10:09:19 +02:00
2020-04-24 21:53:42 +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).

Minimum Rust version

ruma-serde requires Rust 1.36.0 or later.

Description
No description provided
Readme MIT 14 MiB
Languages
Rust 100%