Registry / utility / docx-rs

docx-rs

JSON →
library0.4.20rscratesunverified

A .docx file writer with Rust/WebAssembly.

# Cargo.toml [dependencies] docx-rs = "0.4.20"
INSTALL
IMPORT
SIG · DOCX-RS
D
docx-rs
utilityrustv0.4.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Docx
use docx_rs::Docx;

Create a new .docx document.

use docx_rs::Docx; fn main() { let doc = Docx::new(); println!("New document created"); }
Debug
Known issues
gotchaWebAssembly support requires specific feature flags.
fix
Enable the 'wasm' feature in Cargo.toml: docx-rs = { version = "0.4", features = ["wasm"] }
affects: >=0.4.0
Upgrade
Version history
0.4.20latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
docx-rs — cargo add docx-rs · libregistry