txmap 2.1.1

A concurrent transactional hash map for Rust with fine-grained locking, internal mutability and composable transactions
Documentation
1
2
3
4
pub(crate) const ALICE: &str = "Alice";
pub(crate) const BOB: &str = "Bob";
pub(crate) const CHUCK: &str = "Chuck";
pub(crate) const DAVE: &str = "Dave";