enum-tools 0.5.1

Automatically derive functions and trait implementations for enums
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog for enum-tools

## 0.5.1 -- 2022-10-30

* Fix clippy warnings
* Remove dependency remain
* Remove patch level precision of the dependencies
* Forward ExactSizeIterator::len instead of using the default

## 0.5.0 -- 2022-10-16

* Initial release