hashish 0.0.1

A spicy fork of hashbrown. Fast hash maps with vibes. 🌿
Documentation
1
2
3
4
5
6
7
8
9
10
mod bitmask;
mod group;
mod tag;

use self::bitmask::BitMask;
pub(crate) use self::{
    bitmask::BitMaskIter,
    group::Group,
    tag::{Tag, TagSliceExt},
};