sleepy 1.0.1

A simple crate containg only the function 'sleep' which takes 1 input in terms of seconds and pauses the program for that long
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 982.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • erocks26/rust-sleep
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NintendEthan

rust-sleep

rust-sleep

to use this crate add the following line to your Cargo.toml under the [dependencies] section: sleepy = "1.0.0"

then put: "use sleepy::sleep" in your .rs file

finally, call the sleep(x) function with x being the amount of seconds to pause for