1//! XZ footer. 2 3/// File format trailing terminator, see sect. 2.1.2.4. 4pub(crate) const XZ_MAGIC_FOOTER: &[u8] = &[0x59, 0x5A];