Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (43 loc) · 1.3 KB

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.