realloc 0.1.0

A re-implementation of various ::alloc features
Documentation
[dependencies.recore]
default-features = false
version = "0.1.0"

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

[lib]
name = "realloc"
path = "src/lib.rs"

[package]
authors = ["Kyllingene"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A re-implementation of various ::alloc features"
edition = "2021"
license = "MIT"
name = "realloc"
readme = false
repository = "https://git.sr.ht/~kyllingene/realloc"
version = "0.1.0"