oox 0.1.0

Open Office XML file format deserializer
Documentation
1
2
3
4
5
6
#![forbid(unsafe_code)]

pub mod docprops;
pub mod drawingml;
pub mod relationship;
pub mod sharedtypes;