Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.