iart-core 0.1.5

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

mod alloc_api;

#[cfg(feature = "for-nightly-error-generic-member-access")]
mod generic_member_access;
#[cfg(feature = "for-nightly-try-support")]
mod try_api;