1
 2
 3
 4
 5
 6
 7
 8
 9
10


extern crate itertools;
extern crate xml_sax;

pub mod parser;
pub mod sax;
mod char_iter;
pub mod parsertidy;