aboutsummaryrefslogblamecommitdiffstats
path: root/src/lib.rs
blob: e8486c4206db4f6b7df24bb454b0978c2b37bcf2 (plain) (tree)
1
2
3
4
5
6
7

            
               
           
            

                                                          
mod element;
mod error;
pub mod reader;
mod writer;
pub mod xml;

pub type Result<T> = std::result::Result<T, error::Error>;