1//! # kawadb-storage
2//!
3//! High-performance storage engine for Kawa message broker.
4//!
5//! This crate is an alias for `kawa-storage` to provide alternative naming.
6//! All functionality is re-exported from the original `kawa-storage` crate.
78pub use kawa_storage::*;