/// The default hasher used by [`TxMap`](crate::tx_map::TxMap).
///
/// When the `rapidhash` feature is enabled (default), this is
/// [`rapidhash::fast::RandomState`]; otherwise it falls back to
/// [`std::hash::RandomState`].
pub type DefaultBuildHasher = RandomState;
pub type DefaultBuildHasher = RandomState;