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

#583 in Unix APIs

Download history 2060/week @ 2024-01-03 2160/week @ 2024-01-10 2254/week @ 2024-01-17 1984/week @ 2024-01-24 1822/week @ 2024-01-31 1694/week @ 2024-02-07 1762/week @ 2024-02-14 1809/week @ 2024-02-21 1945/week @ 2024-02-28 2226/week @ 2024-03-06 2206/week @ 2024-03-13 2425/week @ 2024-03-20 2062/week @ 2024-03-27 1606/week @ 2024-04-03 1838/week @ 2024-04-10 1481/week @ 2024-04-17

7,364 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

~42KB