/// the circular queue code
pub use YCQueue;
pub use YCQueueConsumeSlot;
pub use YCQueueOwner;
pub use YCQueueProduceSlot;
/// Futex-backed helpers (optional feature)
pub use YCFutexQueue;
/// dependencies for the circular queue code
pub use YCQueueSharedMeta;
/// the errors
pub use YCQueueError;
/// A way to allocate data for the queue
/// utils for internal usage