1#![no_std] 2#[cfg(any(feature = "std", test))] 3extern crate std; 4 5pub use satrs_mib_codegen::*; 6pub mod res_code;