A tool for enlisting the compiler's help in proving the absence of concurrency issues by wrapping types to enforce single-threaded usage.
# Cargo.toml
[dependencies]
sync_wrapper = "1.0.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wraps a value to ensure it is only accessed from a single thread, leveraging the type system to prevent data races.
No known issues recorded.
No dependency data recorded yet.