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.
- Host: GitHub
- URL: https://github.com/sof3/ctrlc_fnonce
- Owner: SOF3
- License: apache-2.0
- Created: 2019-06-23T07:23:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T10:27:17.000Z (about 5 years ago)
- Last Synced: 2025-01-25T10:41:19.084Z (over 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/ctrlc_fnonce
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.