icao-units

Crates.ioicao-units
lib.rsicao-units
version0.1.3
sourcesrc
created_at2024-02-04 11:49:26.885913
updated_at2024-02-07 19:58:07.099153
descriptionUnits for air navigation as defined in ICAO Annex 5.
homepagehttps://github.com/kenba/icao-units-rs
repositoryhttps://github.com/kenba/icao-units-rs
max_upload_size
id1126314
size31,918
Ken Barker (kenba)

documentation

https://docs.rs/icao-units/

README

icao-units

crates.io docs.io License Rust codecov

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

The library defines:

Design

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.

Contribution

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.

License

via-units-rs is provided under a MIT license, see LICENSE.

Commit count: 0

cargo fmt