spinny 0.1.1

Spinlock-based RwLock struct, with lock_api
Documentation
1
2
3
4
5
6
7
# spinny

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.

## License

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