shm

Crates.ioshm
lib.rsshm
version0.1.0
sourcesrc
created_at2015-11-19 14:45:20.506581
updated_at2015-12-11 23:57:02.323352
descriptionSHM Share memory
homepage
repositoryhttps://github.com/adjivas/shm
max_upload_size
id3457
size45,728
(adjivas)

documentation

http://adjivas.github.io/shm/shm

README

Shm-XSI

Crate docs-badge license-badge travis-badge circle-badge

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.

Commit count: 14

cargo fmt