Repositories tagged with "proc-macro"
syn
dtolnay
โParser for Rust source codeโ
quote
โRust quasi-quotingโ
darling
TedDriggs
โA Rust proc-macro attribute parserโ
pin-project
taiki-e
โA crate for safe and ergonomic pin-projection.โ
auto_enums
โA library for to allow multiple return types by automatically generated enum.โ
rust-fsm
eugene-babichenko
โFinite state machine framework for Rust with readable specificationsโ
pyo3-stub-gen
Jij-Inc
โStub file (*.pyi) generator for PyO3โ
genco
udoprog
โA whitespace-aware quasiquoter for beautiful code generation.โ
proc-macro-hack
โProcedural macros in expression positionโ
ifmt
ct-austin
โInline expression interpolation for Rust.โ
log-derive
elichai
โA procedural macro for auto logging output of functionsโ
futures-async-stream
โAsync stream for Rust and the futures crate.โ
maybe-async-rs
fMeow
โA procedure macro to unify SYNC and ASYNC implementation for downstream application/cratesโ
unfmt
mathematic-inc
โCompile-time string pattern matching that reverses format! interpolation โ a lightweight regex alternative with no runtime compilation costโ
todo_by
parker-codes
โCompile-time lifetimes for comments.โ
mevy
dekirisu
โMagical Bevy Macros: Simplified bevy_ui & bevy_ecs Syntax!โ
banish
LoganFlaherty
โA declarative framework for rule-based state machines in Rust.โ
easy-ext
โA lightweight attribute macro for easily writing extension trait pattern.โ