Module record

Source
Expand description

GTF record and fields.

Re-exports§

pub use self::attributes::Attributes;
pub use self::frame::Frame;
pub use self::strand::Strand;

Modules§

attributes
GTF record attributes.
frame
GTF record frame.
strand
GTF record strand.

Structs§

Builder
A GTF record builder.
Record
A GTF record.

Enums§

ParseError
An error returned when a raw GTF record fails to parse.