1 stable release

1.0.0 Jun 6, 2024

#3636 in #parser

Download history 5/week @ 2024-06-24 6/week @ 2024-07-15 2/week @ 2024-07-29 4/week @ 2024-08-12 5/week @ 2024-08-19 40/week @ 2024-08-26 4/week @ 2024-09-02 9/week @ 2024-09-09 14/week @ 2024-09-16 42/week @ 2024-09-23 17/week @ 2024-09-30

82 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

~295–740KB
~17K SLoC