napmap 0.1.2

Async HashMap that halts requester tasks until the requested data is accessible
Documentation
1
2
3
4
5
6
7
8
#[doc = include_str!("../README.md")]
pub mod bounded;
pub mod unbounded;

pub use bounded::napmap;
pub use bounded::NapMap;
pub use unbounded::unbounded;
pub use unbounded::UnboundedNapMap;