hambands 1.0.0

HamBands is a small Rust library for checking which amateur radio band a frequency belongs to
Documentation
  • Coverage
  • 42.11%
    8 out of 19 items documented2 out of 5 items with examples
  • Size
  • Source code size: 44.88 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ewpratten

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.