Crate enum_cycling_derive

source ·
Expand description

§Enum Cycling

Enum Cycling is a crate that allows one to more easily navigate enums in Rust.

Derive Macros§

  • auto-derives EnumCycle for the enum. Each variant of the enum will move to the one above / below itself. Variants of the enum can be skipped using #[skip].