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

@ -3,6 +3,7 @@
mod Instructions;
pub mod Operations;
pub mod Payload;
pub mod Types;
#[path = "Limits.rs"]