mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
This allows us to customize the enum value for string_enum. So far, only the case attribute was allowing us to customize the value of those variants, this is a next step in allowing the value to be different from the actual name. This has a new test, and snapshots have been updated accordingly. @Brooooooklyn - could we include that in napi v2 and tag after it?