deadlock 0.10.0

Thread-safe slot map and slot min-heap with stable RAII handle
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

mod inner;
mod util;

pub mod slotheap;
pub mod slotmap;

pub use slotheap::*;
pub use slotmap::*;