1#![no_std] 2#![cfg_attr(docsrs, feature(doc_cfg))] 3 4pub mod prelude { 5 pub use result_aat_core::*; 6} 7pub use result_aat_macros::*;