A `Cow`-like data structure where owned data is stored inside an `Arc`.
Archive
Matched by dependency overlap in Cargo manifests — each card notes the most distinctive crates both projects share.
A `Cow`-like data structure where owned data is stored inside an `Arc`.
Concurrent multi-producer multi-consumer queue
Async multi-producer multi-consumer channel
Async synchronization primitives
Portable atomic types including support for 128-bit atomics, atomic float, etc.
Futures, streams, and async I/O combinators.
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
A lock-free, read-optimized, concurrency primitive.
Compatibility adapter between tokio and futures