1 stable release

1.0.0 Jun 6, 2024

#3619 in #parser


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

~285–730KB
~17K SLoC