Generates types for each enum variant and conversion trait impls.
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)
Enables type-safe enum variants with shared type tokens across multiple enums, allowing for synchronized variant types and powerful downcasting capabilities between related enums.
Procedural macros to facilitate enum usage, such as when delegating implementations, extracting variant types, or creating enum tables.
Object to Object mapper for Rust. Derive '(Try)From' and '(Try)Into' traits.
Procedural derive macro to generate boilerplate on unit variants enum types
A procedural macro crate for mapping enum variants to concrete types, enabling type-level programming based on runtime values
A convenience macro for creating a wrapper enum which may be one of several distinct types.
Proc macros for dtype_variant