noodles-util 0.5.0

noodles support utilities
Documentation
1
2
3
4
5
6
7
8
9
//! I/O for variant formats.

mod format;
pub mod reader;

pub use self::{
    format::{Compression, Format},
    reader::Reader,
};