mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00
266 B
266 B
This crate embeds the source of askama_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 askama_derive_standalone
in the project root.