prealloc_ref_vec 0.1.1

Create temporary `Vec`s of references without allocating/deallocating (useful for realtime code)
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 = "assert_no_alloc"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ca83137a482d61d916ceb1eba52a684f98004f18e0cafea230fe5579c178a3"

[[package]]
name = "prealloc_ref_vec"
version = "0.1.1"
dependencies = [
 "assert_no_alloc",
]