mockforge-contracts 0.3.127

Contract testing, drift detection, and incident management for MockForge
Documentation
1
2
3
4
5
6
//! Protocol type enumeration for multi-protocol support
//!
//! Re-exported from `mockforge-foundation::protocol` so all crates share
//! the canonical `Protocol` enum.

pub use mockforge_foundation::protocol::Protocol;