nameof icon indicating copy to clipboard operation
nameof copied to clipboard

Enum support

Open YuniqueUnic opened this issue 5 months ago • 0 comments

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.

YuniqueUnic avatar Jul 21 '25 03:07 YuniqueUnic