Expand description
Units for air navigation as defined in International Civil Aviation Organization (ICAO) Annex 5.
The library defines:
- the SI units used in the International Standard Atmosphere (ISA),
- the non-SI units defined in
ICAO Annex 5
Table 3-3, - and conversions between SI and non-SI units.
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.