tagname-0.1.0 has been yanked.
tagname
This library exports a trait called TagName that exposes a
tag_name method which is used for retrieving a name (tag) of a currently hold
variant within an enum value.
More importantly, together with TagName trait comes a derive(TagName)
macro that can automatically implement the trait.
use TagName;