mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00

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.
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.