graphyn-store 0.1.2

Persistence layer for Graphyn — RocksDB graph storage and LRU cache
Documentation
1
2
3
4
5
pub mod cache;
pub mod rocksdb;

pub use cache::{CacheStats, HotQueryCache};
pub use rocksdb::{GraphSnapshot, RocksGraphStore, StoreError};