pub fn author_are_to_vec(are: &Are) -> Result<Vec<u8>, AreError>
Authors the ARE file the typed view describes, as bytes.
AreError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.
AreError::Gff
Vec