hamdb-rs
Minimal async client for the public HamDB amateur-radio callsign lookup service.
Installation
Add the crate to your project using Cargo:
cargo add hamdb
Usage
use Client;
async
If you only need to validate user input before sending it to another system, reuse the parser directly:
use parse_callsign;
let parsed = parse_callsign?;
assert_eq!;
assert_eq!;
Contributing
Contributions are welcome. Feel free to open an issue or PR for any new features or concerns that you have.
License
Licensed under the MIT License; see LICENSE for the full text. This crate has no affiliation with the HamDB project or its maintainers, and HamDB retains all rights to its API, data, and trademarks. Use of this library is subject to HamDB's published policies and any integrations you build must respect their terms of use.