fixed-bump 0.3.3

A bump allocator that uses fixed-size chunks to ensure non-amortized O(1) allocations
Documentation
[build-dependencies.allocator-fallback]
default-features = false
optional = true
version = "0.1.7"
[dependencies.allocator-fallback]
default-features = false
optional = true
version = "0.1.1"

[features]
allocator_api = ["allocator-fallback?/allocator_api"]
doc_cfg = []

[package]
categories = ["memory-management", "no-std"]
description = "A bump allocator that uses fixed-size chunks to ensure non-amortized O(1) allocations"
documentation = "https://docs.rs/fixed-bump"
edition = "2021"
keywords = ["allocator", "arena", "bump", "constant-time", "fixed-size"]
license = "GPL-3.0-or-later"
name = "fixed-bump"
readme = "misc/crate-readme.md"
repository = "https://github.com/taylordotfish/fixed-bump"
rust-version = "1.60"
version = "0.3.3"
[package.metadata.docs.rs]
features = ["allocator_api", "doc_cfg"]