Jake Waksbaum e05fdf84fd
Replace serde/strum renames with rename_all
Instead of applying a `#[serde(rename = "foo")]` or `#[strum(serialize =
"foo")]` to each field of a struct or variants of an enum, apply the
appropriate `#[serde(rename_all = "style")]` or `#[strum(serialize_all =
"style")]` to the struct/enum.

In addition, in the places where the `lowercase` style is used and all
the fields/variants are a single word, replace that with `snake_case`,
since that seems to be the default everywhere with multi-word
fields/variants.
2020-05-29 10:59:33 -04:00
2020-05-02 22:14:05 +02:00
2020-05-02 00:17:41 +02:00
2015-11-29 04:59:34 -08:00
2020-05-26 18:45:12 +02:00
2015-11-29 04:59:34 -08:00
2020-05-02 22:14:05 +02:00

ruma-events

crates.io page docs.rs page license: MIT

ruma-events contains serializable types for the events in the Matrix specification that can be shared by client and server code.

Minimum Rust version

ruma-events requires Rust 1.40.0 or later.

Documentation

ruma-events has comprehensive documentation available on docs.rs.

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