Non-threadsafe data structure for async usage
# Cargo.toml
[dependencies]
local-sync = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates a non-threadsafe once cell for async contexts
Ensure the data structure is not shared across threads; use std::sync types for multi-threaded contexts
No dependency data recorded yet.