1
2
3
4
5
6
7
8
9
#![feature(bufreader_seek_relative)]
#![feature(type_ascription)]

pub mod bedgraph;
pub mod byte_chunk_iter;
pub mod error;
pub mod plink_bed;
pub mod plink_bim;
pub mod util;