| Crates.io | sig |
| lib.rs | sig |
| version | 1.0.0 |
| created_at | 2015-11-19 14:51:58.021091+00 |
| updated_at | 2016-09-13 20:34:10.641532+00 |
| description | ffi library of signal(2) and kill(2) |
| homepage | |
| repository | https://github.com/adjivas/sig |
| max_upload_size | |
| id | 3458 |
| size | 24,302 |
Supports POSIX. Untested on Windows (Not tested).
Solve issues:
git clone https://github.com/adjivas/sig.git signal && cd signal
cargo build
.
|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ examples
| |__ usr1.rs
| \__ getpid.rs
\__ src
|__ ffi.rs
|__ lib.rs
\__ macros.rs
Sig's code in this repo is licensed under either of:
uses the APACHE and MIT license.
at your option.
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.