pub const BCP_MAGIC: [u8; 4];Expand description
Magic number: ASCII “BCP\0”. Written as raw bytes, not as a u32, so byte order doesn’t matter. each u8 (unsigned 8bit integer) can be represented as a byte A single hex digit represents exactly 4 bits (a “nibble”). So a byte (8 bits) is always exactly 2 hex digits