nom-gtf 0.1.1

A barebones GTF reader written with nom
Documentation
pub mod parse;
pub mod types;
pub use types::{GtfReader, GtfRecord, GtfRecordRef};