Module adaptors

Module adaptors 

Source
Expand description

Storage adaptors providing different backend implementations.

This module contains pluggable storage backends including file-based and RocksDB-based state machines that implement the StateMachine trait.

Re-exports§

pub use file::*;
pub use rocksdb::*;

Modules§

file
File-based state machine implementation.
rocksdb
RocksDB-based state machine implementation.