A Rust library for finding the country of origin for an ICAO hex ID.
Add the following to your Cargo.toml
:
toml
[dependencies]
aircraft_icao_country = "1.0.3"
```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.
This project is licensed under the MIT License. See the LICENSE file for more information.
John Wiseman jjwiseman@gmail.com/lemonodor