//! Piece Lease Manager
//!
//! A centralized coordination system for managing piece-level leases in the stigmerge fetcher.
//! Provides exclusive access to pieces, peer ranking, and better failure handling.
// The manager module contains the core implementation
// Re-export all the main types for backward compatibility
pub use ;
pub use PieceLeaseManager;
pub use PeerRanking;
pub use ;