/// Canonical byte type. pub type Byte = u8; /// Canonical data and address type. pub type Word = [u8; 4];