Crates.io | shuteye |
lib.rs | shuteye |
version | 0.3.3 |
source | src |
created_at | 2015-10-24 23:24:29.45761 |
updated_at | 2017-11-18 06:13:23.711926 |
description | shuteye provides for high-resolution sleep in rust. Let your code catch some shuteye |
homepage | https://github.com/brayniac/shuteye |
repository | https://github.com/brayniac/shuteye |
max_upload_size | |
id | 3299 |
size | 23,553 |
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.
NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct
To use shuteye
, first add this to your Cargo.toml
:
[dependencies]
shuteye = "^0"
Then, add this to your crate root:
extern crate shuteye;
View the docs here: https://docs.rs/shuteye/
Licensed under either of
at your option.
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.