pub const USTAR_IDENTITY: &[u8; 8] = b"ustar\x0000";Expand description
The magic and version bytes for a ustar tar block. ustar blocks form the baseline for pax, since every pax block is a well-formed ustar block (and what makes it pax is whether it uses a pax typeflag).