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
[dependencies]

[package]
authors = ["Luxko <luxko@qq.com>"]
categories = ["memory-management"]
description = "Simple allocator for small copyable objects inspired by object-pools."
documentation = "https://docs.rs/aren_alloc"
homepage = "https://github.com/DaseinPhaos/aren_alloc"
keywords = ["memory-pool", "allocator"]
license = "MIT/Apache-2.0"
name = "aren_alloc"
readme = "README.md"
repository = "https://github.com/DaseinPhaos/aren_alloc"
version = "0.3.0"