https://github.com/chocobo1/usleep
Sleep microseconds
https://github.com/chocobo1/usleep
cmdline rust sleep usleep
Last synced: over 1 year ago
JSON representation
Sleep microseconds
- Host: GitHub
- URL: https://github.com/chocobo1/usleep
- Owner: Chocobo1
- License: mit
- Created: 2022-11-07T10:33:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T03:55:04.000Z (over 3 years ago)
- Last Synced: 2025-01-25T15:24:04.417Z (over 1 year ago)
- Topics: cmdline, rust, sleep, usleep
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# usleep [](https://github.com/Chocobo1/usleep/actions)
### Usage Example
```shell
# sleep 100 us
./usleep 100
```
### Why
Inspired by https://github.com/cpeuvrel/usleep-aur
and to get a taste of writing a command-line application in Rust.
### License
See [LICENSE](./LICENSE) file.