shm

FFI XSI memory share segment

GPL-3.0 License

Downloads
5.7K
Stars
8
Committers
1

Shm-XSI

How to build:

git clone https://github.com/adjivas/shm.git shmxsi && cd shmxsi
cargo build

How to use:

cargo run --example box
1
cargo run --example box
2
cargo run --example box
3

Directory-Tree:

.
|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ example
|   |__ map.rs
|   |__ box.rs
|   \__ clr.rs
\__ src
    |__ ffi.rs
    |__ lib.rs
    \__ macros.rs

License:

shm's code in this repo uses the GNU GPL v3 license.