mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00

We gathered quiet a few changes in the last month: <https://github.com/rinja-rs/rinja/compare/v0.3.4...1e319fd0c869884b68c9287bc4bcb1309b16328e>
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.