libmimalloc-sys 0.1.39

Sys crate wrapping the mimalloc allocator
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.cty]
optional = true
version = "0.2"

[dependencies.libc]
version = "0.2"

[features]
arena = []
debug = []
debug_in_debug = []
extended = ["cty"]
local_dynamic_tls = []
no_thp = []
override = []
secure = []

[package]
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
categories = ["memory-management", "api-bindings"]
description = "Sys crate wrapping the mimalloc allocator"
edition = "2018"
exclude = ["/c_src/mimalloc/bin", "/c_src/mimalloc/cmake", "/c_src/mimalloc/doc", "/c_src/mimalloc/docs", "/c_src/mimalloc/ide", "/c_src/mimalloc/test"]
keywords = ["allocator", "encrypted-heap", "performance"]
license = "MIT"
links = "mimalloc"
name = "libmimalloc-sys"
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
version = "0.1.39"
[package.metadata.docs.rs]
features = ["extended"]