Crate pulse_state

Crate pulse_state 

Source
Expand description

pulse-state: state layer Provides InMemoryState and an optional RocksDbState backend behind the rocksdb feature.

Re-exports§

pub use mem::InMemoryState;
pub use rocks::RocksDbState;

Modules§

mem
rocks