Crate hamcall

source ·
Expand description

This crate provides a few modules to work with ham radio callsigns. The first module clublog implements a parser for the ClubLog XML data and further implements the ClubLogQuery trait. For faster access, the module clublogmap implements the trait based on HashMaps. Using the trait, the module call provides an analyzer for a callsign to get further information like the entity or the continent.

Modules§

  • Analyzer for callsigns based on the data from the ClubLog XML to get further information like the callsigns entity.
  • Implementation of a parser based on deserialization for the ClubLog XML based entity and callsign information. Next to that, the module provides a few basic methods to query information from the parsed data.
  • HashMap based implementation of the ClubLogQuery trait.
  • Trait definition on how to access ClubLog data.