5 releases

0.1.4 Mar 14, 2024
0.1.3 Dec 30, 2023
0.1.2 Dec 29, 2023
0.1.1 Dec 6, 2023
0.1.0 Sep 8, 2023

#858 in Procedural macros

Download history 49115/week @ 2024-01-03 47758/week @ 2024-01-10 54179/week @ 2024-01-17 53599/week @ 2024-01-24 63963/week @ 2024-01-31 68570/week @ 2024-02-07 68237/week @ 2024-02-14 65078/week @ 2024-02-21 73679/week @ 2024-02-28 72031/week @ 2024-03-06 80362/week @ 2024-03-13 89762/week @ 2024-03-20 77694/week @ 2024-03-27 72542/week @ 2024-04-03 79140/week @ 2024-04-10 64053/week @ 2024-04-17

307,771 downloads per month
Used in 109 crates (via gix)

MIT/Apache

15KB
257 lines

A crate of useful macros used in gix primarily.

Note that within gix-* crates, monomorphization should never be used for convenience, but only for performance reasons. And in the latter case, manual denomophization should be considered if the trait in questions isn't called often enough or measurements indicate that &dyn Trait is increasing the runtime. Thus, gix-* crates should probably by default prefer using &dyn unless measurements indicate otherwise.

Dependencies

~305–760KB
~18K SLoC