heap-ap 1.0.0

heap access point for anyone in rust, called to c
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cheap"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be08f6f03fe947ba2006d23a33eb80ad8b56233733bcf28ef6125963c16edb3a"
dependencies = [
 "libc",
]

[[package]]
name = "heap-ap"
version = "1.0.0"
dependencies = [
 "cheap",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"