//! # A module for handling consumption attempts
//!
//! This module defines components related to consumption attempts and their
//! management. It includes traits and utilities for creating and processing
//! consumption attempts.
pub use ConsumeAttempt;
pub use NilCA;
pub use ConsumeAttemptCreator;
pub use Consumer;