anydoc 0.1.1

Convert documents (doc, docx, odt, rtf, epub, pdf, presentations, spreadsheets, csv) to GitHub-Flavored Markdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Cross-format resolution utilities: tri-state style deltas, style-chain
//! resolution, list identity and assembly, text normalization, and field
//! instructions.

pub mod assets;
pub mod binary;
pub mod chain;
pub mod delta;
pub mod drawingml;
pub mod fields;
pub mod grid;
pub mod html;
pub mod list;
pub mod mc;
pub mod numbering;
pub mod officeart;
pub mod text;
pub mod uri;