Determining that enumerations only have Variant equal
Dependency macro for enum_variant_eq
Procedural derive macro to generate boilerplate on unit variants enum types
📖 Get the documentation comment for structs, enums and unions, in a zero-cost fashion.
This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
A package for working with row/column/cell structured data AKA dataframe.
procedural macro that enhances enums with additional methods and conversions
Derive helper methods for enum variants that are familiar from `std::option::Option` & `std::result::Result` such as `unwrap_or` or `and_then`.
bitfields for rust
A set of structs, traits and macros to implement tagged pointers.
A better `derive(Default)` implementation.
Derive macro to get the name of a struct, enum or enum variant