pi_append_vec 0.6.0

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

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

[[package]]
name = "pi_arr"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fab641c2b67f0e94acfc0ba7ad5655ee03bf0a176e98ff42e6cb8b6a32c2be"
dependencies = [
 "pi_share",
 "pi_vec_remain",
]

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

[[package]]
name = "pi_vec_remain"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e20e7becf6f5369f952e44456bb08cef9f7d659795772ae5dfeaf1effc301861"