mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-14 03:14:22 -04:00
StringEnum now also implements Ord, PartialOrd, Eq and PartialEq so it is not necessary to derive them. Also the ordering used is comparing the string representation of the variants. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Common types that are used in the different matrix-sdk layers.
NOTE: These are common dependencies for the different matrix-sdk layers, you're probably interested in the main matrix-sdk crate.