| Crates.io | hamlib-sys |
| lib.rs | hamlib-sys |
| version | 0.1.0 |
| created_at | 2025-11-10 07:44:00.362044+00 |
| updated_at | 2025-11-10 07:44:00.362044+00 |
| description | low-level bindings to hamlib (libhamlib4) |
| homepage | https://hamlib.github.io/ |
| repository | https://github.com/MatthewIsHere/hamlib-sys |
| max_upload_size | |
| id | 1924888 |
| size | 10,686 |
Low-level Rust bindings to Hamlib (radio control library) version 4.0.
This crate provides unsafe FFI bindings generated from the Hamlib C headers. It does not offer a high-level Rust API. Users should depend on a safe wrapper crate instead (like a future hamlib crate I intend to make) unless direct access to the C interface is needed.
Hamlib must be installed on the system before building:
Debian/Ubuntu:
sudo apt install libhamlib-dev
Arch Linux:
sudo pacman -S hamlib