Docs.rs
ctrlc-tiny-0.1.1
ctrlc-tiny 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
malt03
Dependencies
libc ^0.2.174
dev
bindgen ^0.72.0
build
cc ^1.2.29
build
Versions
75%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ctrlc_
tiny
0.1.1
All Items
Crate Items
Functions
Crate
ctrlc_tiny
Copy item path
Source
Functions
§
init_
ctrlc
Initializes the SIGINT (Ctrl-C) signal handler.
is_
ctrlc_
received
Checks whether Ctrl-C (SIGINT) has been received.
reset_
ctrlc_
received
Resets the internal Ctrl-C received flag to
false
.