git clone https://github.com/adjivas/shm.git shmxsi &&cd shmxsi
cargo buildcargo run --example box
1
cargo run --example box
2
cargo run --example box
3.|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ example
||__ map.rs
||__ box.rs
|\__ clr.rs
\__ src
|__ ffi.rs
|__ lib.rs
\__ macros.rsshm's code in this repo uses the GNU GPL v3license.