oxbow 0.7.0

Read conventional genomic file formats as data frames and more via Apache Arrow.
Documentation
1
2
3
4
5
6
pub mod model;
pub mod scanner;

pub use model::Model as BedModel;
pub use model::{BedSchema, FieldDef, FieldType};
pub use scanner::bed::Scanner as BedScanner;