haematite 0.1.0

Content-addressed, branchable, actor-native storage engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cache;
pub mod disk;
pub mod gc;
pub mod indexeddb;
pub mod memory;
pub mod opfs;

pub use cache::{CacheError, LruCache};
pub use disk::{DiskStore, StoreError};
pub use gc::DeleteNode;
pub use memory::{MemoryStore, NodeStore};