1 stable release

1.0.0 Jun 6, 2024

#5 in #grammars

49 downloads per month
Used in 6 crates (5 directly)

Apache-2.0

34KB
633 lines

WAGon Macros

Various build-time macros used in the WAGon ecosystem.


lib.rs:

Procedural macros for use in the WAGon suite of libraries.

It would make more sense to put these in the wagon-utils crate. But Rust does not allow use to export procedural macros and regular functions from the same crate. So here we are.

Dependencies

~315–770KB
~18K SLoC