bumpish 0.4.1

A set of collections using bump allocations
Documentation
1
2
3
4
5
6
7
# `BumpSet`

[`BumpSet`] is basically a wrapper around [`BumpMap`] that stores keys with
values of type `()`.

[`BumpMap`]: crate::map::BumpMap
[`BumpSet`]: crate::set::BumpSet