rustix-futex-sync 0.1.4

Linux futex-based synchronization
Documentation

Linux futex-based implementations of Mutex, RwLock, and Condvar, derived from the futex code in std, factored out to a standalone no_std crate using rustix to do the futex and lock_api to provide most of the public API.