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.
StateMachine
pub use file::*;
pub use rocksdb::*;