txmap 3.0.1

A concurrent transactional hash map for Rust with fine-grained locking, internal mutability and composable transactions
Documentation
1
2
3
4
5
#[cfg(feature = "rapidhash")]
pub type DefaultBuildHasher = rapidhash::fast::RandomState;

#[cfg(not(feature = "rapidhash"))]
pub type DefaultBuildHasher = std::hash::RandomState;