mbox 0.7.1

malloc-based box. Supports wrapping pointers or null-terminated strings returned from malloc as a Rust type, which will be free'd on drop.
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.stable_deref_trait]
default-features = false
optional = true
version = "1.0"

[features]
default = ["std", "stable_deref_trait"]
nightly = []
std = []

[package]
authors = ["kennytm <kennytm@gmail.com>"]
categories = ["api-bindings", "development-tools::ffi", "memory-management", "no-std", "os"]
description = "malloc-based box.\n\nSupports wrapping pointers or null-terminated strings returned from malloc as a Rust type, which\nwill be free'd on drop.\n"
documentation = "https://docs.rs/mbox/"
edition = "2018"
exclude = [".gitignore", ".github"]
keywords = ["malloc", "free", "ffi", "box", "cstr"]
license = "MIT"
name = "mbox"
readme = "README.md"
repository = "https://github.com/kennytm/mbox"
rust-version = "1.36.0"
version = "0.7.1"