Crate icao_units

Source
Expand description

crates.io docs.io License Rust codecov

Units for air navigation as defined in International Civil Aviation Organization (ICAO) Annex 5.

The library defines:

The library uses the newtype idiom to represent ICAO units and the From trait to convert between SI and non-SI units using the conversion factors defined in ICAO Annex 5 Table 3-3.

The library is declared no_std so it can be used in embedded applications.

Modulesยง

non_si
Non-SI units used in air navigation and conversions to their SI equivalents.
See ICAO Annex 5 Chapter 3, Table 3-3 and Chapter 4, Table 4-1.
si
Si units used in air navigation.