oxml-core 0.1.3

Format-neutral OOXML units, XML helpers, and document properties
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Format-neutral OOXML primitives.

pub mod app_properties;
pub mod core_properties;
pub mod custom_properties;
pub mod error;
mod length;
pub mod raw_xml;
pub mod units;
pub mod xml;
pub mod xml_text;

pub use error::{OxmlError, Result};
pub use length::Length;
pub use units::{Emu, HalfPoint, Twips};