kawadb-storage 0.1.1

High-performance storage engine for Kawa message broker (alias for kawa-storage)
Documentation
1
2
3
4
5
6
7
8
//! # kawadb-storage
//!
//! High-performance storage engine for Kawa message broker.
//! 
//! This crate is an alias for `kawa-storage` to provide alternative naming.
//! All functionality is re-exported from the original `kawa-storage` crate.

pub use kawa_storage::*;