bumpish 0.2.0

A set of collections using bump allocations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `bumpish`

[![Crates.io Version](https://img.shields.io/crates/v/bumpish)](https://crates.io/crates/bumpish)
[![docs.rs (with version)](https://img.shields.io/docsrs/bumpish/latest)](https://docs.rs/bumpish/latest/bumpish/)
[![Crates.io Total Downloads](https://img.shields.io/crates/d/bumpish)](https://crates.io/crates/bumpish)
[![License](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](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