askama/rinja_derive_standalone
René Kijewski 78136c2351 derive standalone: opt out of native proc-macro support
We know that there is none, because `rinja_derive_standalone` is not run
inside of rust, but, as the name says, standalone. This makes the
playground WASM data a little smaller.
2024-11-24 18:57:53 +01:00
..
2024-06-22 02:49:01 +02:00
2024-06-22 02:49:01 +02:00
2024-06-22 02:49:01 +02:00
src
2024-06-22 02:49:01 +02:00
2024-06-22 02:49:01 +02:00

This crate embeds the source of rinja_derive, but is not a proc_macro. This way we can more easily access the internals of the crate.

To run the benchmark, execute cargo bench in this folder, or cargo bench -p rinja_derive_standalone in the project root.