ave-actors-rocksdb 0.2.0

Ave actor model
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13


//! RocksDB database module.
//!
//! This module contains the RocksDB database implementation.
//!
#[cfg(feature = "rocksdb")]
pub mod db;

#[cfg(feature = "rocksdb")]
pub use db::{RocksDbManager, RocksDbStore};
#[cfg(feature = "export-rocksdb")]
pub use rocksdb;