polished_allocators 0.2.1

A collection of allocators for the Polished project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
description = "A collection of allocators for the Polished project"
edition = "2024"
license = "Zlib"
name = "polished_allocators"
repository = "https://codeberg.org/ofluffydev/polished"
version = "0.2.1"

[dependencies]
spin = { version = "0.9", optional = true }
x86_64.workspace = true

[features]
default = []
spin_lock = ["spin"]