without-alloc 0.2.0

Replacements for `Box`, `Rc`, `Vec`, .. without `alloc`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "alloc-traits"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b5208060e66b046198b5fc21a662f76f7516a19bc06438345de6d6e5b9910c"

[[package]]
name = "without-alloc"
version = "0.2.0"
dependencies = [
 "alloc-traits",
]