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

pub mod docprops;
pub mod document;
pub mod pml;