Key features: - Smart merging algorithm that handles Handlebars syntax split by Word's XML tags - Full template support: variables, conditionals, loops, helpers, and image insertion - Zero dependencies in WASM binary - Cross-platform: Rust, Node.js, Deno, Browser - Built-in DOCX validation
The core innovation is automatically reassembling template syntax that Word splits across multiple XML tags. For example, Word might break "{{name}}" into separate tags, and this library intelligently merges them back together.
Use cases: automated report generation, contract templates, document batch processing.
Available on crates.io, npm, and JSR. MIT licensed.