realloc 0.1.0

A re-implementation of various ::alloc features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "realloc"
version = "0.1.0"
edition = "2021"

description = "A re-implementation of various ::alloc features"
license = "MIT"
authors = ["Kyllingene"]
repository = "https://git.sr.ht/~kyllingene/realloc"

[features]
default = ["platform", "global"]
platform = []
global = []

[dependencies]
recore = { version = "0.1.0", path = "../recore", default-features = false }