# Msg-XSI [![Crate][crate-badge]][crate] [![docs-badge][]][docs] [![license-badge][]][license] [![travis-badge][]][travis] [![circle-badge][]][circle] #### How to build: ```shell git clone https://github.com/adjivas/msg.git msgxsi && cd msgxsi cargo build ``` #### Directory-Tree: ```shell . |__ Cargo.toml |__ LICENSE |__ README.md |__ tests | \__ lib.rs |__ examples | |__ msg.rs | \__ clr.rs \__ src |__ ffi.rs |__ lib.rs |__ macros.rs \__ main.rs ``` #### License: *msg*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license][license]. [crate-badge]: https://img.shields.io/badge/crates.io-v0.1.0-orange.svg?style=flat-square [crate]: https://crates.io/crates/msg [docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square [docs]: http://adjivas.github.io/msg/msg [license-badge]: http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square [license]: https://github.com/adjivas/msg/blob/master/LICENSE [travis-badge]: https://travis-ci.org/adjivas/msg.svg?style=flat-square [travis]: https://travis-ci.org/adjivas/msg [circle-badge]: https://circleci.com/gh/adjivas/msg/tree/master.svg?style=svg [circle]: https://circleci.com/gh/adjivas/msg/tree/master