1
0
mirror of https://github.com/danog/strum.git synced 2024-12-12 09:29:39 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Ten0
832dd862c7
Add support for PHF in EnumString (#220)
* Support phf crate for faster match on large enums

* comment

* add changelog entry

* add tests, embed phf, and improve lowercase support

* fix doc change

* Refactor & support case insensitive with case sensitive phf match

* more tests, some fixes of new implementation and prep for feature
2022-04-30 15:23:28 -07:00