binseq 0.9.0

A high efficiency binary format for sequencing data
Documentation
1
2
3
4
5
6
7
//! Utility modules for working with BINSEQ files

#[cfg(feature = "paraseq")]
pub mod fastx;

#[cfg(feature = "paraseq")]
pub use fastx::FastxEncoderBuilder;