sig

Crates.iosig
lib.rssig
version1.0.0
sourcesrc
created_at2015-11-19 14:51:58.021091
updated_at2016-09-13 20:34:10.641532
descriptionffi library of signal(2) and kill(2)
homepage
repositoryhttps://github.com/adjivas/sig
max_upload_size
id3458
size24,302
(adjivas)

documentation

http://adjivas.github.io/sig/sig

README

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.

Commit count: 34

cargo fmt