ctrlc-tiny 1.0.0

A tiny crate for checking if Ctrl-C was pressed — no handlers, no AtomicBool.
Documentation
[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.cc]
version = "1.2.29"

[dev-dependencies.libc]
version = "0.2.174"

[features]
default = []

[lib]
name = "ctrlc_tiny"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "os"]
description = "A tiny crate for checking if Ctrl-C was pressed — no handlers, no AtomicBool."
documentation = "https://docs.rs/ctrlc-tiny"
edition = "2021"
homepage = "https://github.com/malt03/ctrlc-tiny"
include = ["/src/**", "/c_src/**", "/build.rs", "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md"]
keywords = ["ctrlc", "signal", "SIGINT", "tiny", "signal-safe"]
license = "MIT OR Apache-2.0"
name = "ctrlc-tiny"
readme = "README.md"
repository = "https://github.com/malt03/ctrlc-tiny"
rust-version = "1.71"
version = "1.0.0"