bump-scope 1.3.1

A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
Documentation

bump-scope

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 17 feature flags, 3 of them enabled by default.

default

alloc (default)

panic-on-alloc (default)

This feature flag does not enable additional features.

std (default)

allocator-api2-02

allocator-api2-03

bytemuck

nightly

nightly-allocator-api

nightly-clone-to-uninit

This feature flag does not enable additional features.

nightly-coerce-unsized

This feature flag does not enable additional features.

nightly-dropck-eyepatch

This feature flag does not enable additional features.

nightly-exact-size-is-empty

This feature flag does not enable additional features.

nightly-fn-traits

This feature flag does not enable additional features.

nightly-tests

This feature flag does not enable additional features.

nightly-trusted-len

This feature flag does not enable additional features.

serde

zerocopy-08