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

https://github.com/sof3/ctrlc_fnonce

Wrapper for ctrlc to execute a FnOnce and exit the process upon Ctrl-C.
https://github.com/sof3/ctrlc_fnonce

Last synced: 8 months ago
JSON representation

Wrapper for ctrlc to execute a FnOnce and exit the process upon Ctrl-C.

Awesome Lists containing this project

README

          

# ctrlc_fnonce
Wrapper for [ctrlc](https://crates.io/crates/ctrlc) to execute a FnOnce and exit the process upon Ctrl-C.