[package]
edition = "2021"
name = "alloc-once"
version = "0.1.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allocate several different-typed values in one bump allocation, returned as a self-owning guard."
documentation = "https://docs.rs/alloc-once"
readme = "README.md"
keywords = [
"bump",
"arena",
"allocator",
"bumpalo",
"macro",
]
categories = [
"memory-management",
"rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tinybeachthor/alloc-once"
[lib]
name = "alloc_once"
path = "src/lib.rs"
[dependencies.alloc-once-macros]
version = "0.1.0-rc.1"
[dependencies.bumpalo]
version = "3"