seqtkrs 0.1.1

A Rust reimplementation of seqtk, a fast and lightweight tool for processing biological sequences in FASTA/FASTQ format
Documentation
1
2
3
4
5
6
// 工具模块
// 提供随机数生成、区域解析、质量值处理等工具函数

pub mod quality;
pub mod random;
pub mod region;