memapi2 0.5.3

A no_std/no-alloc-friendly memory allocation interface for raw buffers, with improved error reporting.
Documentation
[badges.docsrs]
status = "passing"

[badges.maintenance]
status = "actively-developed"

[features]
all_nightly = ["metadata", "clone_to_uninit"]
assumptions = ["const_extras"]
c_str = []
clone_to_uninit = ["nightly"]
const_extras = []
const_max = ["const_extras"]
default = []
default_nightly = ["metadata", "clone_to_uninit"]
dev = []
full = ["misc_traits", "const_max", "c_str"]
metadata = ["nightly"]
misc_traits = []
nightly = []
os_err_reporting = ["std"]
sized_hierarchy = ["nightly"]
std = []

[lib]
name = "memapi2"
path = "src/lib.rs"

[package]
authors = ["echohumm"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std::no-alloc", "memory-management"]
description = "A no_std/no-alloc-friendly memory allocation interface for raw buffers, with improved error reporting."
edition = "2018"
include = ["src/**", "build.rs", "Cargo.toml", "README.md"]
keywords = ["allocator", "no_std", "memory", "allocation"]
license = "GPL-3.0 OR MIT"
name = "memapi2"
readme = false
repository = "https://github.com/echohumm/memapi"
rust-version = "1.56.0"
version = "0.5.3"

[package.metadata.docs.rs]
features = ["full"]

[profile.bench]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
overflow-checks = false

[profile.dev]
incremental = false