this structure is a lot better

This commit is contained in:
2022-11-27 22:30:38 +01:00
parent 489686c8ce
commit fd59f25fea
8 changed files with 44 additions and 31 deletions

View File

@ -1,2 +1,8 @@
#![no_std]
#[cfg(feature = "alloc")]
extern crate alloc;
#[cfg(any(feature = "std", test))]
extern crate std;
pub use satrs_mib_codegen::*;
pub mod res_code;