sync_wrapper 0.1.2

A tool for enlisting the compiler’s help in proving the absence of concurrency
Documentation

Latest Version Rust Documentation

SyncWrapper

A mutual exclusion primitive that relies on static type information only.

This library is inspired by this discussion.