once-list2 0.1.0

A single linked list which is backed by `OnceCell`. You can append the value to the non-mutable `OnceList`.
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.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"

[[package]]
name = "once-list2"
version = "0.1.0"
dependencies = [
 "allocator-api2",
]