[package]
name = "umm-malloc-sys"
version = "0.2.0"
authors = ["Ralph Hempel", "Matt Ickstadt <mattico8@gmail.com>"]
license = "MIT"
edition = "2018"
categories = ["embedded", "no-std", "external-ffi-bindings"]
keywords = ["allocator", "arm", "cortex-m", "malloc"]
description = "FFI bindings to the umm_malloc memory allocator."
repository = "https://github.com/mattico/umm-malloc-rs"
links = "umm_malloc"
[build-dependencies]
bindgen = "0.59.1"
cc = { version = "1" }
[features]
extern-critical-section = []
first-fit = []
init-if-uninitialized = []
hang-if-uninitialized = []