https://github.com/maxblee/custom_enum_traits
https://github.com/maxblee/custom_enum_traits
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxblee/custom_enum_traits
- Owner: maxblee
- License: mit
- Created: 2022-02-13T22:06:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T16:18:19.000Z (over 4 years ago)
- Last Synced: 2023-03-08T20:57:11.323Z (over 3 years ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# custom_enum_traits
This is designed to become a set of traits designed to make it easier to work with enums.
Currently, there is just one trait, though this may change. Ultimately, all
of these traits are likely to be designed so they are derive-able. The
library for deriving these traits is `derive_custom_enum_traits`.