spin_sleep_util 0.1.1

Utils using spin_sleep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "spin_sleep_util"
version = "0.1.1"
edition = "2021"
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Utils using spin_sleep"
repository = "https://github.com/alexheretic/spin-sleep"
keywords = ["sleep", "loop", "interval"]
license = "Apache-2.0"
readme = "README.md"

[dependencies]
spin_sleep = { path = "..", version = "1.2" }