1 2 3 4 5 6
//! GFF record attributes field. pub mod tag; pub mod value; pub use self::{tag::Tag, value::Value};