allocator-api2-tests 0.2.12

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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9498a1f4f8d3b12629aa29faca298f3075c9d9344f5e1c73132cdebf974cf3"

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