bincache 0.5.1

ZitaneLabs binary cache.
Documentation
1
2
3
4
5
6
7
mod disk;
mod hybrid;
mod memory;

pub use disk::Disk;
pub use hybrid::{Hybrid, Limits};
pub use memory::Memory;