iart-core 0.1.0

The Infomation and Result Trace crate
1
2
3
4
5
6
7
8
#![doc = include_str!("../../../doc/modules/allow_backtrace_logging.md")]

mod impls;

#[cfg(feature = "for-nightly-allocator-api-support")]
mod alloc_api;
#[cfg(not(feature = "for-nightly-allocator-api-support"))]
mod non_alloc_api;