//! Zero-copy key views and owned key wrappers over Arrow buffers.
//!
//! This module introduces the skeleton for the zero-copy key design.
//! The goal is to keep hot-path key handling on borrow-based views
//! that reference Arrow buffers directly while providing an owned form only
//! where durability requires it.
pub use ;
pub use ;
pub use ;