aren_alloc 0.3.0

Simple allocator for small copyable objects inspired by object-pools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "aren_alloc"
version = "0.3.0"
authors = ["Luxko <luxko@qq.com>"]

license = "MIT/Apache-2.0"
description = "Simple allocator for small copyable objects inspired by object-pools."

documentation = "https://docs.rs/aren_alloc"
repository = "https://github.com/DaseinPhaos/aren_alloc"
homepage = "https://github.com/DaseinPhaos/aren_alloc"
readme = "README.md"

keywords = ["memory-pool", "allocator"]
categories = ["memory-management"]

[dependencies]