Releases: greyblake/kinded
Releases · greyblake/kinded
v0.3.0
Changes
- [BREAKING] - Make
::all()
function return an array instead of vector.
v0.1.1
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
Changes
- Make the generated
kind()
function public
v0.0.2
Changes
- Support enums with generics