Skip to main content

Module consumer_contracts

Module consumer_contracts 

Source
👎Deprecated:

Will be extracted to mockforge-contracts crate

Expand description

Consumer-driven contracts for tracking usage and detecting consumer-specific breaking changes Consumer-driven contracts

This module provides functionality for tracking consumer usage and detecting consumer-specific breaking changes.

Re-exports§

pub use detector::ConsumerBreakingChangeDetector;Deprecated
pub use registry::ConsumerRegistry;Deprecated
pub use types::Consumer;Deprecated
pub use types::ConsumerIdentifier;Deprecated
pub use types::ConsumerType;Deprecated
pub use types::ConsumerUsage;Deprecated
pub use types::ConsumerViolation;Deprecated
pub use usage_recorder::UsageRecorder;Deprecated

Modules§

detectorDeprecated
Consumer breaking change detector
registryDeprecated
Consumer registry for tracking API consumers
typesDeprecated
Core types for consumer-driven contracts
usage_recorderDeprecated
Usage recorder for tracking consumer field usage