![ghactions] [![Latest Version]][crates.io] ![docs]
This library allows for communicating with the airmash server or for communicating with clients using the same protocol. It is meant to be used with a protocol backend such as the protocol-v5 crate.
At the moment, this library only supports rust nightly due to the use of a few nightly-only features.
To use this library, just add
airmash-protocol = "0.4"
to your Cargo.toml
. This will give you the
latest version of the library.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.