measure sleep delay in loop

This commit is contained in:
Simon Wörner
2017-04-02 11:04:51 +02:00
parent 2289644aec
commit d63bd4f35b
3 changed files with 130 additions and 0 deletions

9
V2/sleep/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "sleep"
version = "0.1.0"
authors = ["Simon Wörner <git@simon-woerner.de>"]
[dependencies]
# libc = ">=0.2.21"
shuteye = ">=0.2.0"
time = ">=0.1.36"