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

hornbeam

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

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

#234 in Template engine

Download history 7/week @ 2024-03-26 29/week @ 2024-04-02 137/week @ 2024-04-30 1/week @ 2024-05-14 6/week @ 2024-05-21 195/week @ 2024-06-18 2/week @ 2024-06-25

197 downloads per month
Used in idcoop

AGPL-3.0-or-later

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–22MB
~303K SLoC