HamBands is a small Rust library for checking which amateur radio band a frequency belongs to.
sh
cargo install hambands
sh
git clone https://github.com/ewpratten/hambands
cd rbn
cargo install --path .
If you are interested in adding support for more amateur radio bands (or broadcast bands), check out src/band/mod.rs
. This file should be fairly self-explanitory. All entries are automatically validated at unit test time by cargo
.