nameof
nameof copied to clipboard
Enum support
feat(enum): Add support for enum variables and update documentation
- Added usage examples of enum variables in README.md.
- Created a new example file name_of_enum.rs to demonstrate the use of enum variables.
- Remove the tag_of.rs file and use the name_of! macro instead of.
- Implemented support for enum variables in lib.rs.