heap-ap 1.0.0

heap access point for anyone in rust, called to c
Documentation
[dependencies.cheap]
version = "1.0.2"

[dependencies.libc]
version = "0.2.161"

[features]
allocator-api = []
default = ["allocator-api"]

[lib]
crate-type = ["staticlib", "rlib"]
name = "heap_ap"
path = "src/lib.rs"

[package]
authors = ["searby-rs <searbyrs@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "heap access point for anyone in rust, called to c"
edition = "2021"
homepage = "https://github.com/searby-rs/heap-ap"
keywords = ["allocator", "seabry", "c"]
license = "MIT OR Apache-2.0"
name = "heap-ap"
readme = false
repository = "https://github.com/searby-rs/heap-ap"
version = "1.0.0"