aircrafticaocountry

Crates.io License: MIT

A Rust library for finding the country of origin for an ICAO hex ID.

Features

Installation

Add the following to your Cargo.toml:

toml [dependencies] aircraft_icao_country = "1.0.1"

Usage

```rust use aircrafticaocountry::Allocs;

let allocs = Allocs::new(); asserteq!(allocs.findfrom_hex("a67bd3"), Some("United States")); ```

For more examples and usage details, please refer to the documentation.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Author

John Wiseman jjwiseman@gmail.com/lemonodor

Repository

https://github.com/wiseman/aircrafticaocountry