15 unstable releases (5 breaking)
0.6.2 | Jun 24, 2022 |
---|---|
0.5.0 | Jun 7, 2022 |
0.4.0 | Feb 27, 2022 |
0.3.0 | Jan 19, 2019 |
0.1.3 | May 22, 2018 |
#2610 in Parser implementations
Used in airmash-protocol-v5
130KB
3.5K
SLoC
Rust Airmash Protocol Library
This library allows for communicating with the airmash servers or
for communicating with clients using the same protocol. By default it provides serialization
and deserialization for the airmash v5 protocol under the v5
module allows for serializing
and deserializing all provided types using serde
if the "serde"
feature is enabled.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~0.6–1MB
~16K SLoC