simple-docx-template

Crates.iosimple-docx-template
lib.rssimple-docx-template
version0.1.0
created_at2025-11-25 07:17:42.190719+00
updated_at2025-11-25 07:17:42.190719+00
descriptionRead the template from the .docx file, replace placeholders with actual content, and then generate a new .docx file.
homepagehttps://github.com/Moon1102/simple-docx-template
repositoryhttps://github.com/Moon1102/simple-docx-template
max_upload_size
id1949281
size145,731
橘子 (Moon1102)

documentation

https://github.com/Moon1102/simple-docx-template/blob/main/README.md

README

Simple Docx Template

A Rust library to read a .docx file, replace placeholders with actual content, and generate a new .docx file.

Features

  • Replace images (base64)
  • Handle tables with dynamic rows
  • Async I/O support
  • High performance with minimal memory usage

Usage

basic usage

License

GPL-3.0 license

Commit count: 0

cargo fmt