Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewpratten/hambands
A small library for checking which amateur radio band a frequency belongs to
https://github.com/ewpratten/hambands
amateur-radio band-allocation hamradio rust rust-library
Last synced: 16 days ago
JSON representation
A small library for checking which amateur radio band a frequency belongs to
- Host: GitHub
- URL: https://github.com/ewpratten/hambands
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-01-31T04:29:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T18:22:56.000Z (10 months ago)
- Last Synced: 2024-10-09T16:41:59.553Z (about 1 month ago)
- Topics: amateur-radio, band-allocation, hamradio, rust, rust-library
- Language: Rust
- Homepage: https://crates.io/crates/hambands
- Size: 36.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HamBands
[![Crates.io](https://img.shields.io/crates/v/hambands)](https://crates.io/crates/hambands) [![Documentation](https://docs.rs/hambands/badge.svg)](https://docs.rs/hambands) ![Build](https://github.com/Ewpratten/hambands/workflows/Build/badge.svg)HamBands is a small Rust library for checking which amateur radio band a frequency belongs to.
## Installation
### From Crates.io
```sh
cargo install hambands
```### From Source
```sh
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`](https://github.com/Ewpratten/hambands/blob/master/src/band/mod.rs). This file should be fairly self-explanatory. All entries are automatically validated at unit test time by `cargo`.