proc-macro-attributes topic

List proc-macro-attributes repositories

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

fort

48
Stars
5
Forks
Watchers

Proc macro attributes for Bastion runtime.

docify

20
Stars
1
Forks
Watchers

Allows for dynamic compile-time embedding of existing tests and examples in your Rust doc comments and markdown files

blanket

20
Stars
2
Forks
Watchers

A simple Rust macro to derive blanket implementations for your traits.

macro_magic

38
Stars
3
Forks
Watchers

A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files