This library allows for communicating with the airmash server or for communicating with clients using the same protocol.
To use this library, just add
airmash-protocol = "^0.0.2" }
to your Cargo.toml
. This will give you the
latest version of the library.
Examples using this library can be found here.