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

#895 in Rust patterns

Download history 2767/week @ 2023-10-27 1935/week @ 2023-11-03 1908/week @ 2023-11-10 1983/week @ 2023-11-17 1828/week @ 2023-11-24 1962/week @ 2023-12-01 1691/week @ 2023-12-08 1944/week @ 2023-12-15 1101/week @ 2023-12-22 1386/week @ 2023-12-29 2169/week @ 2024-01-05 2272/week @ 2024-01-12 2075/week @ 2024-01-19 2086/week @ 2024-01-26 1856/week @ 2024-02-02 1358/week @ 2024-02-09

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