[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 }