https://github.com/adjivas/msg
FFI XSI message queue
https://github.com/adjivas/msg
Last synced: about 1 year ago
JSON representation
FFI XSI message queue
- Host: GitHub
- URL: https://github.com/adjivas/msg
- Owner: adjivas
- License: gpl-3.0
- Created: 2015-09-19T20:34:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T16:13:11.000Z (over 10 years ago)
- Last Synced: 2025-03-05T20:36:57.058Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 605 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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