3 releases (1 stable)

Uses old Rust 2015

1.0.0 Sep 13, 2016
0.1.1 Jun 1, 2016
0.1.0 Nov 19, 2015

#519 in Build Utils

Download history 5991/week @ 2025-12-01 5455/week @ 2025-12-08 6080/week @ 2025-12-15 6268/week @ 2025-12-22 6016/week @ 2025-12-29 11069/week @ 2026-01-05 12927/week @ 2026-01-12 11457/week @ 2026-01-19 13311/week @ 2026-01-26 12618/week @ 2026-02-02 14148/week @ 2026-02-09 12882/week @ 2026-02-16 16068/week @ 2026-02-23 20503/week @ 2026-03-02 17361/week @ 2026-03-09 17435/week @ 2026-03-16

72,439 downloads per month
Used in 8 crates (2 directly)

MIT/Apache

11KB
120 lines

Signal

Crate docs-badge license-badge travis-badge

Supports POSIX. Untested on Windows (Not tested).

TODO:

Solve issues:

How to build:

git clone https://github.com/adjivas/sig.git signal && cd signal
cargo build

How to use:

  • cargo run --example getpid
  • cargo run --example usr1

Directory-Tree:

.
|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ examples
|   |__ usr1.rs
|   \__ getpid.rs
\__ src
    |__ ffi.rs
    |__ lib.rs
    \__ macros.rs

License:

Sig's code in this repo is licensed under either of:

uses the APACHE and MIT license.

at your option.

Contribution:

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~42KB