spinny

Crates.iospinny
lib.rsspinny
version0.2.4
sourcesrc
created_at2020-08-24 04:29:21.939866
updated_at2022-10-09 16:30:06.253682
descriptionSpinlock-based RwLock struct, with lock_api
homepagehttps://github.com/notgull/spinny#readme
repositoryhttps://github.com/notgull/spinny
max_upload_size
id279999
size23,981
John Nunley (notgull)

documentation

README

spinny

This crate is now deprecated in favor of spin, which is now maintained again.

Build Status crates.io docs.rs

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.

Thanks

Thank you to mvdnes for creating the original spin crate, which this crate is inspired by.

License

Dual licensed under the MIT License and Apache-2.0 License at the user's option.

Commit count: 17

cargo fmt