shuteye

Crates.ioshuteye
lib.rsshuteye
version0.3.3
sourcesrc
created_at2015-10-24 23:24:29.45761
updated_at2017-11-18 06:13:23.711926
descriptionshuteye provides for high-resolution sleep in rust. Let your code catch some shuteye
homepagehttps://github.com/brayniac/shuteye
repositoryhttps://github.com/brayniac/shuteye
max_upload_size
id3299
size23,553
Brian Martin (brayniac)

documentation

http://docs.rs/shuteye

README

shuteye - nanosleep for rust

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

The API documentation of this library can be found at docs.rs/shuteye.

conduct-badge travis-badge downloads-badge release-badge license-badge

Code of Conduct

NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct

Usage

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

[dependencies]
shuteye = "^0"

Then, add this to your crate root:

extern crate shuteye;

Documentation

View the docs here: https://docs.rs/shuteye/

Features

  • nanosleep

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 39

cargo fmt