sct-reader 0.5.0

A Rust crate for deserialising sector files used by online ATC clients such as EuroScope and VRC and converting them to a common format
Documentation
1
2
3
4
5
6
7
8
9
#![allow(unused)]

#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]

pub mod loaders;
pub mod package;

#[cfg(test)]
mod tests;