Signal
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 uses the GNU GPL v3 license.