xchecker 1.2.0

Spec pipeline with receipts and gateable JSON contracts
Documentation
1
2
3
4
5
6
7
//! Error reporting utilities for user-friendly error display
//!
//! This module is a thin re-export facade for the `xchecker-error-reporter` crate.
//! The actual implementation has been extracted to a separate crate for better modularity.

// Re-export everything from xchecker-error-reporter
pub use xchecker_error_reporter::*;