noodles-gtf handles the reading and writing of the Gene Transfer Format (GTF).
pub use self::line::Line;
pub use self::record::Record;
pub use self::io::Reader;
pub use self::io::Writer;