mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 05:04:18 +00:00
3 lines
47 B
Rust
3 lines
47 B
Rust
pub type Byte = u8;
|
|
pub type Word = [Byte; 4];
|