alloc-once 0.1.0-rc.1

Allocate several different-typed values in one bump allocation, returned as a self-owning guard.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "alloc-once"
description = "Allocate several different-typed values in one bump allocation, returned as a self-owning guard."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
documentation = "https://docs.rs/alloc-once"
keywords = ["bump", "arena", "allocator", "bumpalo", "macro"]
categories = ["memory-management", "rust-patterns"]

[dependencies]
alloc-once-macros = { path = "../alloc-once-macros", version = "0.1.0-rc.1" }
bumpalo = "3"