blob: 6600d80bf45ff9df89a0ed4f982dee29729c9358 (
plain)
1
2
3
4
5
6
7
8
|
//! utilities to validate that implementations of traits in `yaxpeax-arch` uphold requirements
//! described in this crate.
//!
//! currently, this only includes tools to validate correct use of
//! [`yaxpeax_arch::display::DisplaySink`], but may grow in the future.
#[cfg(feature="alloc")]
pub mod display;
|