1 unstable release
0.2.0 | Jun 14, 2021 |
---|
#36 in #traits-structs
Used in 2 crates
23KB
272 lines
rubble-templates-core
Core traits and structs that are needed for text template evaluation. Part of rubble-templates library.
What is this?
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.