Kinded Versions Save

Generate Rust enum variants without associated data

v0.3.0

9 months ago

Changes

  • [BREAKING] - Make ::all() function return an array instead of vector.

v0.2.0

9 months ago

Changes

  • Add Kind trait.

v0.1.1

9 months ago

Changes

  • Add ::all() to the kind type to iterate over all kind variants
  • Generate customizable implementation of Display trait
  • Generate implementation of FromStr trait

v0.0.3

9 months ago

Changes

  • Make the generated kind() function public

v0.0.2

9 months ago

Changes

  • Support enums with generics

v0.0.1

9 months ago

Very initial release.