anor-storage 0.1.3

Anor In-Memory Data Storage
Documentation
1
2
3
4
5
6
// lock attempt timout for opening a new storage instance
pub const INSTANCE_LOCK_TIMEOUT_MILLISECONDS: u32 = 5000; 

pub const FILE_STORAGE_INFO: &str = "storage-info";
pub const FILE_STORAGE_LOCK: &str = "storage-lock";
pub const DIR_STORAGE_DATA: &str = "storage";