umm-malloc-sys 0.3.2

FFI bindings to the umm_malloc memory allocator.
Documentation
[build-dependencies.cc]
version = "1"

[features]
cortex-m-interrupt-critical-section = []
enable-pie = []
extern-critical-section = []
first-fit = []
hang-if-uninitialized = []
init-if-uninitialized = []

[package]
authors = ["Ralph Hempel", "Matt Ickstadt <mattico8@gmail.com>"]
build = "build.rs"
categories = ["embedded", "no-std", "external-ffi-bindings"]
description = "FFI bindings to the umm_malloc memory allocator."
edition = "2018"
exclude = ["umm_malloc/test", "umm_malloc/.github", "umm_malloc/ceedling.cmd", "umm_malloc/uncrustify.cfg", "umm_malloc/multitest.sh", "umm_malloc/project.yml", "umm_malloc/.git*"]
keywords = ["allocator", "arm", "cortex-m", "malloc"]
license = "MIT"
links = "umm_malloc"
name = "umm-malloc-sys"
readme = "README.md"
repository = "https://github.com/mattico/umm-malloc-rs"
version = "0.3.2"

[package.metadata.docs.rs]
targets = ["thumbv7em-none-eabihf"]