Reduce code duplication

This commit is contained in:
Werner
2021-11-19 19:59:05 -03:00
parent ae70b9db3d
commit 03e43f39ce
4 changed files with 193 additions and 216 deletions

View File

@ -1,5 +1,2 @@
/// Canonical byte type.
pub type Byte = u8;
/// Canonical data and address type.
pub type Word = [u8; 4];
pub type Word = [Byte; 4];