spinning 0.1.0

Mutexes and SIX locks implemented by spinning
Documentation
[badges.travis-ci]
branch = "master"
repository = "4lDO2/spinning-rs"
[dependencies.lock_api]
version = "0.4"

[features]
default = ["std"]
std = []

[package]
authors = ["4lDO2 <4lDO2@protonmail.com>"]
categories = ["concurrency", "no-std"]
description = "Mutexes and SIX locks implemented by spinning"
documentation = "https://docs.rs/spinning"
edition = "2018"
exclude = ["target"]
keywords = ["rwlock", "mutex", "spinlock", "no_std", "once"]
license = "MIT OR Apache-2.0"
name = "spinning"
readme = "README.md"
repository = "https://github.com/4lDO2/spinning-rs.git"
version = "0.1.0"