pi_append_vec 0.3.4

Only supports append vectors, lock free
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "pi_append_vec"
version = "0.3.4"
dependencies = [
 "pi_arr",
 "pi_null",
 "pi_share",
]

[[package]]
name = "pi_arr"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826c96fae2a987c12ed275e6a79f8730949c718e60b6ea6ae8ca30a1f5477052"
dependencies = [
 "pi_null",
 "pi_share",
]

[[package]]
name = "pi_null"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8e93aba025e5755b068c36292647d08fd6574a9921432fe60d1797f508b6b"

[[package]]
name = "pi_share"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "027dc7311d53015579db8a219651288ffff3212961e6328e6127ab34b9f63429"