2个版本

0.1.2 2022年3月18日
0.1.1 2022年1月20日

#2#pushed

25 每月下载次数
sonicbot-matrix中使用

自定义许可证

4KB

如何使用

运行循环直到按下CTRL-C

use ctrlc_handler::CtrlCHandler;

let handler = CtrlCHandler::new();
while handler.should_continue() {
   // Do stuff here
}

依赖项

~1.9–8MB
~68K SLoC