Skip to main content

Module core

Module core 

Source
Expand description

核心模块:提供序列处理的基础设施

§模块说明

  • seq_record: 序列记录数据结构
  • tables: 碱基编码查找表
  • seq_reader: 序列文件读取器
  • seq_writer: 序列文件写入器

Re-exports§

pub use seq_reader::SeqReader;
pub use seq_record::SeqRecord;
pub use seq_writer::SeqWriter;
pub use tables::LOOKUP_TABLES;

Modules§

seq_reader
seq_record
seq_writer
tables