1 stable release

1.0.0 Jun 6, 2024

#3853 in #parser

Download history 12/week @ 2024-09-11 16/week @ 2024-09-18 39/week @ 2024-09-25 12/week @ 2024-10-02 2/week @ 2024-10-09 4/week @ 2024-10-16 7/week @ 2024-10-23 6/week @ 2024-10-30 2/week @ 2024-11-06 2/week @ 2024-11-13 10/week @ 2024-11-20 14/week @ 2024-11-27 28/week @ 2024-12-04 21/week @ 2024-12-11 4/week @ 2024-12-18

57 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

~275–720KB
~16K SLoC