airmash-protocol 0.6.2

Protocol library for airmash
Documentation
1
2
3
4
5
6
7
8
9
//! Data serialization declarations for `ServerCustom`
//! packets.

mod btr;
mod ctf;
mod utils;

pub use self::btr::BTRData;
pub use self::ctf::CTFData;