aboutsummaryrefslogtreecommitdiffstats
path: root/src/binary/mod.rs
blob: 7c9ae750afe606d7413fe88dd5050051cac719fb (plain)
1
2
3
mod reader;

pub use self::reader::EventReader;