// warning to future collaborators
// the code in this module is very memory efficient and achieves the project's goals
// however, it is very ugly and a bit hard to follow
// i am sorry, good luck
pub use TemplateBuilder;
pub use TemplateIter;
pub use TemplatePart;
pub use Templater;
pub use TemplateTone;
/// Construct a `TemplateIter` from the inner contents.
/// `TemplateIter` and `TemplatePart` must be imported and in scope.