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

hornbeam

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

2 releases

0.0.2 Nov 26, 2023
0.0.1 Oct 15, 2023

#518 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–24MB
~315K SLoC