Type Definition rust_stdf::C1

source · []
pub type C1 = char;
Expand description

Rust char is 4 bytes long, however STDF char is only 1 byte we will read u8 from file stream and convert to Rust char during parse step