concinnity-memory 0.18.66

Allocation layer for Concinnity: tracking allocator, tagged budgets, arenas, pools
Documentation
[package]
name = "concinnity-memory"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Allocation layer for Concinnity: tracking allocator, tagged budgets, arenas, pools"
keywords = ["gamedev", "allocator", "concinnity"]
categories = ["game-engines", "memory-management", "no-std"]
include = [
    "/src",
]

[lib]
name = "concinnity_memory"

[features]
# Per-size-class allocation histograms, for development binaries only. The
# global counters and the tagged ledger ship unconditionally; this is the tier a
# shipped build should not pay for on every allocation.
detail = []

[dependencies]

[lints]
workspace = true