allocator-api2 0.2.20

Mirror of Rust's allocator API
Documentation
[dependencies.serde]
optional = true
version = "1.0"

[features]
alloc = []
default = ["std"]
fresh-rust = []
nightly = []
std = ["alloc"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(no_global_oom_handling)"]
level = "warn"
priority = 0

[package]
authors = ["Zakarum <zaq.dev@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Mirror of Rust's allocator API"
documentation = "https://docs.rs/allocator-api2"
edition = "2018"
homepage = "https://github.com/zakarumych/allocator-api2"
license = "MIT OR Apache-2.0"
name = "allocator-api2"
readme = "README.md"
repository = "https://github.com/zakarumych/allocator-api2"
rust-version = "1.63"
version = "0.2.20"