Expand description
Type-safe .docx template engine.
Use generate_templates! to scan a directory of .docx files at compile time
and generate a struct per template. See the README
for full usage instructions.
Macros§
- generate_
templates - Scans a directory for
.docxtemplate files and generates a typed struct for each one.
Enums§
- Template
Error - Error type returned by template
save()andto_bytes()methods.