proc-macro topic

List proc-macro repositories

derived

7
Stars
0
Forks
Watchers

Rust derive macros for automating the boring stuff.

restruct

10
Stars
1
Forks
Watchers

Simple parsers for binary data in Rust

litrs

41
Stars
5
Forks
Watchers

Parsing and inspecting Rust literals (particularly useful for proc macros)

maybe-async-rs

128
Stars
17
Forks
Watchers

A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates

cargo-watt

34
Stars
4
Forks
Watchers

cargo subcommand for building proc-macro crates with web assembly

darling

915
Stars
66
Forks
Watchers

A Rust proc-macro attribute parser

field_names

37
Stars
3
Forks
Watchers

proc-macro for accessing struct field names at runtime

rust-fsm

147
Stars
17
Forks
Watchers

Finite state machine framework for Rust with readable specifications

real-async-trait-rs

45
Stars
3
Forks
Watchers

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

201
Stars
4
Forks
Watchers

Inline expression interpolation for Rust.