ruma_macros/serde.rs
1//! Methods and types for (de)serialization.
2
3pub mod as_str_as_ref_str;
4pub mod attr;
5pub mod case;
6pub mod debug_as_ref_str;
7pub mod deserialize_from_cow_str;
8pub mod display_as_ref_str;
9pub mod enum_as_ref_str;
10pub mod enum_from_string;
11pub mod eq_as_ref_str;
12pub mod ord_as_ref_str;
13pub mod serialize_as_ref_str;
14mod util;