k2f_docx 0.2.2

K2F lock → DOCX exporter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod document;
mod drawing;
mod media;
mod numbering;
mod skeleton;
mod textbox;
mod xml_theme;
mod zip_write;

pub(crate) use drawing::wp_anchor;
pub(crate) use skeleton::build_package;
pub(crate) use textbox::{textbox_wsp_xml, txbx_paragraphs};
pub(crate) use zip_write::write_deterministic_zip;