pub fn read_are_from_bytes(bytes: &[u8]) -> Result<Are, AreError>Expand description
Reads typed ARE data directly from bytes.
ยงErrors
AreError::Gff when bytes are not a readable GFF, and
AreError::UnsupportedFileType when they are a GFF of some other format,
carrying the fourcc that was found.