Crates.io | icao-units |
lib.rs | icao-units |
version | 0.1.3 |
source | src |
created_at | 2024-02-04 11:49:26.885913 |
updated_at | 2024-02-07 19:58:07.099153 |
description | Units for air navigation as defined in ICAO Annex 5. |
homepage | https://github.com/kenba/icao-units-rs |
repository | https://github.com/kenba/icao-units-rs |
max_upload_size | |
id | 1126314 |
size | 31,918 |
Units for air navigation as defined in International Civil Aviation Organization (ICAO) Annex 5.
The library defines:
ICAO Annex 5
Table 3-3The 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.
If you want to contribute through code or documentation, the Contributing guide is the best place to start.
Just please abide by our Code of Conduct.
via-units-rs
is provided under a MIT license, see LICENSE.