Skip to main content

NUL

Constant NUL 

Source
pub const NUL: u8 = 0x00;
Expand description

Null control byte 0x00; used as a padding or string terminator in some byte protocols.