lockable 0.2.0

This library offers hash map, hash set and cache data structures where individual entries can be locked
Documentation
1
2
3
4
5
6
7
8
pub mod never;
pub mod primary_arc;

#[cfg(feature = "lru")]
pub mod time;

#[cfg(test)]
pub mod stream;