spinwait 0.1.1

A Rust implementation of C#'s SpinWait type for lightweight spinning.
Documentation
[dependencies.num_cpus]
version = "1.16.0"

[lib]
name = "spinwait"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust implementation of C#'s SpinWait type for lightweight spinning."
edition = "2021"
license = "MIT"
name = "spinwait"
readme = "README.md"
version = "0.1.1"