shell
git clone https://github.com/adjivas/msg.git msgxsi && cd msgxsi
cargo build
shell
.
|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ tests
| \__ lib.rs
|__ examples
| |__ msg.rs
| \__ clr.rs
\__ src
|__ ffi.rs
|__ lib.rs
|__ macros.rs
\__ main.rs
msg's code in this repo uses the GNU GPL v3 license.