gtftools 0.1.9

A barebones GTF toolkit with fast nom-based IO
Documentation
1
2
3
4
5
6
mod attribute;
mod attribute_ref;
mod field;
pub use attribute::Attribute;
pub use attribute_ref::AttributeRef;
pub use field::Field;