1pub mod command; 2pub mod error; 3pub mod utils; 4pub mod value; 5 6pub const MAGIC_NUMBER: [u8; 2] = [0x06, 0x06]; 7pub const VERSION: u8 = 0x01;