This crate is now deprecated in favor of spin
, which is now maintained again.
Provides an RwLock
-like struct that is no_std
compatible and based on spinlocks. Made this because I couldn't find an equivalent that already existed that wasn't unmaintained.
Thank you to mvdnes for creating the original spin
crate, which this crate is inspired by.
Dual licensed under the MIT License and Apache-2.0 License at the user's option.