| Crates.io | shm |
| lib.rs | shm |
| version | 0.1.0 |
| created_at | 2015-11-19 14:45:20.506581+00 |
| updated_at | 2015-12-11 23:57:02.323352+00 |
| description | SHM Share memory |
| homepage | |
| repository | https://github.com/adjivas/shm |
| max_upload_size | |
| id | 3457 |
| size | 45,728 |
git clone https://github.com/adjivas/shm.git shmxsi && cd shmxsi
cargo build
cargo 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.rs
shm's code in this repo uses the GNU GPL v3 license.