#template #interpreted #high-level #applications #engine #interpreter

hornbeam

Hornbeam template engine (high-level crate for use in applications)

3 releases

new 0.0.3 May 2, 2024
0.0.2 Nov 26, 2023
0.0.1 Oct 15, 2023

#425 in Template engine

36 downloads per month

AGPL-3.0-or-later

15KB
292 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

~9–21MB
~300K SLoC