Crates.io | rubble-templates-core |
lib.rs | rubble-templates-core |
version | 0.2.0 |
source | src |
created_at | 2021-06-14 18:51:33.757789 |
updated_at | 2021-06-14 18:51:33.757789 |
description | Core traits and structs that are needed for text template evaluation. |
homepage | https://github.com/multicatch/rubble-rs |
repository | https://github.com/multicatch/rubble-rs |
max_upload_size | |
id | 410057 |
size | 23,768 |
Core traits and structs that are needed for text template evaluation. Part of rubble-templates library.
This is a part of a template engine. This engine allows compiling text templates into output text using variable substitution or code evaluation.
This particular crate contains base declarations that are shared between other crates. To read more about it, refer to main rubble-templates README or the documentation.