gtftools 0.1.9

A barebones GTF toolkit with fast nom-based IO
Documentation
1
2
3
4
5
6
7
8
9
mod attribute;
mod gtf;
mod reader;
mod record;

pub use attribute::{Attribute, AttributeRef, Field};
pub use gtf::Gtf;
pub use reader::GtfReader;
pub use record::{GtfRecord, GtfRecordRef};