msg

Crates.iomsg
lib.rsmsg
version0.1.1
sourcesrc
created_at2015-11-19 15:06:08.720431
updated_at2015-12-11 23:57:02.323352
descriptionXSI message queue
homepage
repositoryhttps://github.com/adjivas/msg.git
max_upload_size
id3460
size44,988
(adjivas)

documentation

http://adjivas.github.io/msg/msg

README

Msg-XSI

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

How to build:

git clone https://github.com/adjivas/msg.git msgxsi && cd msgxsi
cargo build

Directory-Tree:

.
|__ 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 license.

Commit count: 30

cargo fmt