askama/rinja_derive_standalone
René Kijewski 98cb4233e2 Make derive optional
This is the same as in e.g. `serde` with the feature of the same name.
If you manually depend on `rinja_derive`, then you can make better use
of your multi-core setup.
2025-02-09 17:47:17 +01:00
..
2025-02-09 17:47:17 +01:00
2025-01-31 21:22:33 +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.