casc-storage 0.4.3

CASC (Content Addressable Storage Container) implementation for local game file storage
Documentation
1
2
3
4
5
6
7
//! Utility functions for CASC storage

mod jenkins;
mod shared_memory;

pub use jenkins::jenkins_lookup3;
pub use shared_memory::SharedMemory;