//! Embedded persistent priority queue with native lease (visibility-timeout)
//! semantics. Single-binary, no server, crash-safe by construction.
//!//! Version 0.0.0 is a name-reservation placeholder. The first usable
//! release will be 0.1.0.
#![deny(unsafe_code)]