spin-sync 0.3.2

Synchronization primitives using spinlock. The interface resembles std::sync. The constructors of public structs are const; i.e. it is possible to declare static Mutex<T> as long as T can be build statically.
Documentation
[badges.circle-ci]
repository = "wbcchsyn/spin-sync-rs"

[badges.travis-ci]
repository = "wbcchsyn/spin-sync-rs"

[dependencies]

[package]
authors = ["Yoshida Shin <wbcchsyn@gmail.com>"]
description = "Synchronization primitives using spinlock.\nThe interface resembles std::sync.\nThe constructors of public structs are const; i.e. it is possible to declare static Mutex<T> as long as T can be build statically.\n"
documentation = "https://wbcchsyn.github.io/spin-sync-rs/spin_sync/index.html"
edition = "2018"
keywords = ["spin", "lock", "sync", "mutex", "spin_lock"]
license = "LGPL-3.0-or-later OR Apache-2.0 OR BSD-2-Clause"
name = "spin-sync"
readme = "README.md"
repository = "https://github.com/wbcchsyn/spin-sync-rs.git"
version = "0.3.2"