[][src]Module reinda_core::template

Structs

Appender

A byte string that you can append to. Used for Template::render.

FragmentSpans

An iterator over the spans of all template fragments in input, in order.

Template

A parsed template.

Enums

Error

Error returned by the parsing functions.

Fragment

A parsed template fragment.

Constants

MAX_FRAGMENT_LEN

Fragments longer than this are ignored. This is just to protect against random fragment start/end markers in large generated files.