1#![cfg_attr(not(test), no_std)] 2 3pub mod messages; 4pub mod types; 5 6pub mod microdot { 7 pub use microdot::*; 8}