proc-macro topic
derived
Rust derive macros for automating the boring stuff.
restruct
Simple parsers for binary data in Rust
litrs
Parsing and inspecting Rust literals (particularly useful for proc macros)
maybe-async-rs
A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates
cargo-watt
cargo subcommand for building proc-macro crates with web assembly
field_names
proc-macro for accessing struct field names at runtime
rust-fsm
Finite state machine framework for Rust with readable specifications
real-async-trait-rs
A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
ifmt
Inline expression interpolation for Rust.