hambands

Crates.iohambands
lib.rshambands
version1.0.0
sourcesrc
created_at2021-01-31 16:18:07.453222
updated_at2022-12-16 15:59:57.77018
descriptionHamBands is a small Rust library for checking which amateur radio band a frequency belongs to
homepage
repositoryhttps://github.com/ewpratten/hambands
max_upload_size
id348932
size45,204
Evan Pratten (ewpratten)

documentation

README

HamBands

Crates.io Documentation Build

HamBands is a small Rust library for checking which amateur radio band a frequency belongs to.

Installation

From Crates.io

cargo install hambands

From Source

git clone https://github.com/ewpratten/hambands
cd hambands
cargo install --path .

Contributing

If you are interested in adding support for more amateur (or broadcast) radio bands, check out src/band/mod.rs. This file should be fairly self-explanatory. All entries are automatically validated at unit test time by cargo.

Commit count: 17

cargo fmt