Implementation of asynchronous containers built on tokio using a read-write separation design borrowed from Golang
# Cargo.toml
[dependencies]
dark-std = "0.2.16"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use an async RwLock with tokio runtime
Use #[tokio::main] or manually create a tokio runtime
No dependency data recorded yet.