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



            
            

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

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