Concurrent collections for lock-free data structures in Rust.
# Cargo.toml
[dependencies]
coco = "0.3.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a lock-free stack and pushes/pops a value.
Use appropriate atomic ordering or consult documentation for each collection.
No dependency data recorded yet.