helicase 0.1.1

SIMD-accelerated library for FASTA/FASTQ parsing and bitpacking
Documentation
1
2
3
4
5
pub trait Lexer {
    type Input;

    fn input(&self) -> &Self::Input;
}