1//! The Command based API for `crux_kv` 2 3#[deprecated(since = "0.11.0", note = "Import directly from crate root")] 4pub use crate::KeyValue;