//! Convenience re-exports for common heaplet types.
//!
//! Import this when you want the most-used items in scope with a single `use`:
//!
//! ```rust
//! use heaplet::prelude::*;
//! ```
//!
//! The prelude is intentionally small and stable.
pub use crateError;
pub use crateStore;