A convenient macro for working with multiple procedural macros in one crate, and to import them from any arbitrary paths. Reduces boilerplate and repetition, and improves readability.
Workaround for https://github.com/rust-lang/rfcs/issues/752
Workaround for https://github.com/rust-lang/rfcs/issues/752
Proc macro to evaluate include_str! macros early.
Generic cache implementations and simplified function memoization
Proc-macro to include URI as literals at build time
proc macro for include_folder
Procedural macro implementation for include-zstd compile-time compression macros.
Compress data at compile time and include it as runtime-decompressible static bytes or strings.
A tiny proc macro to include a WGSL file in your binary, and verify that it is valid at compile time.
Option-returning versions of include_X macros
Proc macro crate for include-crypt-bytes