allocator-api2-tests 0.2.11

Tests for allocators that implement the allocator API
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 = 3

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

[[package]]
name = "allocator-api2-tests"
version = "0.2.11"
dependencies = [
 "allocator-api2",
]