[badges.circle-ci]
repository = "https://github.com/wbcchsyn/spin-sync-rs.git"
[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.\nrust nightly version is required so far.\n"
documentation = "https://wbcchsyn.github.io/spin-sync-rs/index.html"
edition = "2018"
keywords = ["spin", "lock", "sync", "mutex", "rwlock"]
license = "MIT"
name = "spin-sync"
readme = "README.md"
repository = "https://github.com/wbcchsyn/spin-sync-rs.git"
version = "0.1.0"