# `bumpish`
[](https://crates.io/crates/bumpish)
[](https://docs.rs/bumpish/latest/bumpish/)
[](https://crates.io/crates/bumpish)
[](https://opensource.org/licenses/MPL-2.0)
A collection of data structures using bump allocations. For now there are three
collections:
- [`BumpStk`]: A bump allocation stack.
- [`BumpMap`]: A bump allocation map.
- [`BumpSet`]: A bump allocation set.
[`BumpStk`]: docs/stk.md
[`BumpMap`]: crate::map::BumpMap
[`BumpSet`]: crate::set::BumpSet