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

#594 in Unix APIs

Download history 2200/week @ 2024-03-14 2413/week @ 2024-03-21 1959/week @ 2024-03-28 1694/week @ 2024-04-04 1740/week @ 2024-04-11 1694/week @ 2024-04-18 1500/week @ 2024-04-25 1407/week @ 2024-05-02 1326/week @ 2024-05-09 1499/week @ 2024-05-16 1412/week @ 2024-05-23 1293/week @ 2024-05-30 1101/week @ 2024-06-06 2237/week @ 2024-06-13 2558/week @ 2024-06-20 1721/week @ 2024-06-27

7,729 downloads per month
Used in 7 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

~43KB