safe-allocator-api 0.6.0

A safe wrapper around the `allocator_api`'s Allocator trait.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "safe-allocator-api"
version = "0.6.0"
dependencies = [
 "allocator-api2",
]