Derive macros for generating the name of each field in a struct and each variant name in an enum as `&'static str`
Procedural macros for the struct-field-names-as-array crate
Crate for generating the field names of named structs as constants
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)
Provides a procedural macro that generates an array of the field names of a named struct
Statically-verified struct field names as strings.
A simple procedural macro for Rust that generates field name constants for structs. Perfect for when you need compile-time field names for serialization, validation, database mapping, or configuration.
Some derive macros for deriving enums, corresponding to the fields of structs.
A Rust library for obtaining struct field names at runtime through reflection-like capabilities