helicase 0.1.1

SIMD-accelerated library for FASTA/FASTQ parsing and bitpacking
Documentation
1
2
3
4
5
6
7
8
9
//! Lexer types and traits.

mod fasta;
mod fastq;
mod traits;

pub use fasta::*;
pub use fastq::*;
pub use traits::*;