1//! Holds encoders for X86 instructions. 2 3mod encoding_funcs; 4pub use encoding_funcs::*; 5 6mod utils;