txmap 1.1.0

A concurrent transactional hash map for Rust with fine-grained locking, internal mutability and composable transactions
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";
}