1
2
3
4
5
6
#![forbid(unsafe_code)]

pub mod drawingml;
pub mod error;
pub mod relationship;
pub mod xml;