txmap 1.0.0

A concurrent transactional hash map with fine-grained locking and internal mutability
Documentation
1
2
3
4
5
6
7
#[cfg(test)]
pub(crate) mod data {
    pub(crate) const ALICE: &str = "Alice";
    pub(crate) const BOB: &str = "Bob";
    pub(crate) const CHUCK: &str = "Chuck";
    pub(crate) const DAVE: &str = "Dave";
}