#interpreted #compile-time #abstraction-layer #interpreter #hot-reloadable

hornbeam

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

5 releases

0.0.5 Jul 19, 2025
0.0.4 Jun 19, 2024
0.0.3 May 2, 2024
0.0.2 Nov 26, 2023
0.0.1 Oct 15, 2023

#600 in Template engine


Used in idcoop

AGPL-3.0-or-later

19KB
308 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–20MB
~278K SLoC