rubble-templates-core 0.2.0

Core traits and structs that are needed for text template evaluation.
Documentation

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.