`enum_for_matches` is a procedural macro that runs a match arm for each enum variant passed into it regardless of type.
A macro that provides the option to bin enum attribute to match-statements. This makes it easier to convert values into enums.
match enum
Object to Object mapper for Rust. Derive '(Try)From' and '(Try)Into' traits.
Types and helpers used for the matched enum macro.
Contains the macro for matchable enums.
Fallible pattern matching with a function-like syntax
Two macros for easy implementation of 'state' design pattern and other dynamic polymorphism using enum instead of dyn Trait
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)
yah — AI-agent harness: source-embedded tickets, AST refactoring, architecture graph, MCP