xchecker 1.2.0

Spec pipeline with receipts and gateable JSON contracts
Documentation
1
2
3
4
5
6
7
//! Terminal User Interface for xchecker workspace management
//!
//! This module is a thin re-export facade for `xchecker-tui` crate.
//! The actual implementation has been extracted to a separate crate for better modularity.

// Re-export everything from xchecker-tui
pub use xchecker_tui::*;