mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 13:14:18 +00:00
4 lines
74 B
Rust
4 lines
74 B
Rust
pub type Byte = u8;
|
|
pub type Half = [Byte; 2];
|
|
pub type Word = [Byte; 4];
|