Crates.io | template-nest |
lib.rs | template-nest |
version | 0.2.2 |
source | src |
created_at | 2023-11-26 09:11:24.070906 |
updated_at | 2024-01-13 09:27:02.002369 |
description | TemplateNest is a template engine for Rust, designed to process nested templates quickly and efficiently. |
homepage | |
repository | https://github.com/andinus/TemplateNest-rs |
max_upload_size | |
id | 1048897 |
size | 73,950 |
TemplateNest
is a template engine module for Rust, designed to process nested
templates quickly and efficiently.
Documentation: https://docs.rs/template-nest/
For more details on the idea behind Template::Nest
read:
https://metacpan.org/pod/Template::Nest#DESCRIPTION and
https://pypi.org/project/template-nest/.
The development of this module is sponsored by Tom Gracey (virtual.blue). He
originally authored Template::Nest
in Perl 5.
Skipping v0.2.1 due to wrong upload on crates.
Added support for several options:
defaults
die_on_bad_params
token_escape_char
Added functions to modify a Filling enum (examples included)
This release is not backwards compatible, functions new
& render
now return
Result<String, TemplateNestError>
instead of Result<String, String>
.
fixed_indent
show_labels
comment_delimiters
Initial Release.