6 releases
0.1.5 | May 22, 2024 |
---|---|
0.1.4 | Mar 14, 2024 |
0.1.3 | Dec 30, 2023 |
0.1.0 | Sep 8, 2023 |
#884 in Procedural macros
307,017 downloads per month
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
~205–640KB
~15K SLoC