Skip to main content

count_fasta_bytes

Function count_fasta_bytes 

Source
pub fn count_fasta_bytes(bytes: &[u8]) -> Result<FastaStats>
Expand description

Count records and bases from resident FASTA bytes.

This accepts ordinary wrapped/multiline FASTA and shares validation behavior with visit_fasta_bytes.