TinyTemplateEngine

Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint

Author
full.stack.ex@gmail.com
Website
https://github.com/full-stack-ex/tiny-template-engine-arduino
Category
Uncategorized
License
MIT
Library Type
Contributed
Architectures
Any

Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.

Downloads

Filename Release Date File Size
TinyTemplateEngine-1.1.0.zip 2019-09-06 12.48 KiB
TinyTemplateEngine-1.0.0.zip 11.88 KiB