noodles-bed 0.34.0

BED (Browser Extensible Data) reader and writer
Documentation
1
2
3
4
5
6
7
8
//! **noodles-bed** handles the reading and writing of the BED (Browser Extensible Data) format.

pub mod feature;
pub mod fs;
pub mod io;
mod record;

pub use self::record::Record;