casc-storage 0.4.3

CASC (Content Addressable Storage Container) implementation for local game file storage
Documentation
1
2
3
4
5
//! Cache implementations for CASC storage

mod lockfree_cache;

pub use lockfree_cache::{CacheStats, LockFreeCache};