An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# usleep [![GitHub Actions CI Status](https://github.com/Chocobo1/usleep/workflows/CI/badge.svg)](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.