4 releases
0.0.4 | Jun 19, 2024 |
---|---|
0.0.3 | May 2, 2024 |
0.0.2 | Nov 26, 2023 |
0.0.1 | Oct 15, 2023 |
#331 in Template engine
28 downloads per month
Used in idcoop
15KB
296 lines
What this top-level crate does
This crate provides an abstraction layer over both the interpreter and the compile-time template compiler, allowing to switch between them at will in a project (or more likely: use the hot-reloadable interpreter in development and the high-performance compiler for production).
Currently this crate only supports interpreted mode.
Dependencies
~10–21MB
~298K SLoC