All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Update documentation examples to ignore code blocks so client tests are not impacted
- Support for #[repr(type)]
- Support for Other variant
- Add
name()
method
- Add
discriminant()
andfrom_discriminant(num)
methods
- Add
values()
method and document all methods in UnitEnum macro
- Initial Revision