noodles-util 0.15.0

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

mod format;
pub mod reader;
pub mod writer;

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