malloc-array 1.2.2

libc heap array allocator
Documentation
[dependencies.jemalloc-sys]
optional = true
version = "0.3"

[dependencies.libc]
version = "0.2"

[features]
assume_libc = []
default = ["zst_noalloc"]
jemalloc = ["jemalloc-sys"]
zst_noalloc = []

[package]
authors = ["Avril <flanchan@cumallover.me>"]
description = "libc heap array allocator"
edition = "2018"
homepage = "https://github.com/notflan/rs-malloc-array"
license = "GPL-3.0-or-later"
name = "malloc-array"
readme = "README.md"
version = "1.2.2"