airmash-protocol 0.1.3

Protocol library for airma.sh
Documentation

Airmash Rust Protocol Library

circleci Latest Version docs

This library allows for communicating with the airmash 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.