result-aat 2.0.0-beta.4

The Infomation and Result Trace crate
Documentation
1
2
3
4
5
6
7
#![no_std]
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod prelude {
    pub use result_aat_core::*;
}
pub use result_aat_macros::*;