ps-alloc 0.1.0-8

a reasonably safe allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ps-alloc"
version = "0.1.0-8"
edition = "2021"
description = "a reasonably safe allocator"
license = "GPL-3.0-or-later"

[dependencies]
thiserror = "2.0.17"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3