shuteye - nanosleep for rust

shuteye provides for high-resolution sleep in rust. Let your code catch some shuteye

Build Status crates.io License

Usage

To use shuteye, first add this to your Cargo.toml:

toml [dependencies] shuteye = "*"

Then, add this to your crate root:

rust extern crate shuteye;

Features