airplane 0.1.7

A library for easy airplane-related calculations and visualizations, including weight and balance assessments and graphical representations.A Rust library for easy airplane-related calculations and visualizations, including weight and balance assessments and graphical representations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Clone)]
pub enum FuelType {
    Mogas,
    Avgas
}

#[derive(Clone)]
pub enum VolumeType {
    Liter,
    Gallon
}