docx-rs
docx-rs copied to clipboard
General improvements
- Clippy fixes
- Strong Xml 0.6
DocumentandBodynow implementDerefandDerefMutto the content vector: This allows to call iterator methods on bothDocumentandBody- renamed push methods to add_content to avoid conflict with the
Derefimplementation