dstv 0.8.0

DSTV is a Rust library for parsing DSTV files and visualizing the parsed data.
Documentation
1
2
3
4
5
6
7
8
9
10
pub struct ScrewedPoint {
    pub angle_1: f64,
    pub angle_2: f64,
    pub blunting_1: f64,
    pub blunting_2: f64,
    pub fl_code: &str,
    pub x_coord: f64,
    pub y_coord: f64,
    pub radius: f64,
}