lib.rs |
# Strum
Strum is a set of macros and traits for working with
enums and strings easier in Rust.
This crate only contains derive macros for use with the
[`strum`](https://docs.rs/strum)
crate. The macros provied by this crate are also available by
enabling the `derive` feature in aforementioned `strum` crate. |
34113 |