Generate a list of all enum variants in Rust
yah — AI-agent harness: source-embedded tickets, AST refactoring, architecture graph, MCP
AST-aware Rust refactoring tool for AI agents - transform, rename, inspect & more
MCP server for rs-hack - AST-aware Rust refactoring tools
Alias for rs-hack - AST-aware Rust refactoring tool (install with: cargo install rshack)
A Rust macro that asserts that all variants of an enum are as provided in the macro invocation.
Automatically derives `is_dog` and `is_cat` methods for `enum Pet { Dog, Cat }`.
Generates types for each enum variant and conversion trait impls.
Procedural macros to facilitate enum usage, such as when delegating implementations, extracting variant types, or creating enum tables.
Macros to generate From & TryFrom for enums
Derive macro for converting instances of enums to and from strs using variant names
Procedural derive macro to generate boilerplate on unit variants enum types