Skip to main content

kawadb_storage/
lib.rs

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.
7
8pub use kawa_storage::*;