airmash-protocol 0.1.3

Protocol library for airma.sh
Documentation

# Airmash Rust Protocol Library


![circleci] [![Latest Version]][crates.io] ![docs]

[Latest Version]: https://img.shields.io/crates/v/airmash-protocol.svg
[crates.io]: https://crates.io/crates/airmash-protocol
[docs]: https://docs.rs/airmash-protocol/badge.svg
[circleci]: https://circleci.com/gh/steamroller-airmash/airmash-protocol-rs.svg?style=shield

This library allows for communicating with the 
[airmash](https://airma.sh) server or for communicating
with clients using the same protocol.

## Getting the library


To use this library, just add 
```
airmash-protocol = "^0.1"
```
to your `Cargo.toml`. This will give you the
latest version of the library.

## Examples


Examples using this library can be found 
[here](https://github.com/steamroller-airmash/airmash-protocol-examples).