deallocate-zeroed 0.2.1

An extension trait for allocators to deallocate already-zeroed memory.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "deallocate-zeroed"
version = "0.2.1"
dependencies = [
 "allocator-api2",
 "cfg-if",
 "intrusive_splay_tree",
]

[[package]]
name = "intrusive_splay_tree"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d805231cc78b82c73c80789976fb99a40e18ad821ff612ba5595327f50aeb499"