Jake Waksbaum d84de004c8
Replace impl_enum with strum::{EnumString,Display}
Replace the impl_enum! macro, which automatically derives instances of
std::fmt::Display and std::string::FromStr, with derive macros from the
strum crate (Display and EnumString resp.).

Closes #90.
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%