ox_content_allocator 0.12.0

Arena allocator for Ox Content based on bumpalo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ox_content_allocator"
version.workspace = true
authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Arena allocator for Ox Content based on bumpalo"

[lints]
workspace = true

[dependencies]
bumpalo = { workspace = true, features = ["collections", "boxed"] }