hamlib-sys

Crates.iohamlib-sys
lib.rshamlib-sys
version0.1.0
created_at2025-11-10 07:44:00.362044+00
updated_at2025-11-10 07:44:00.362044+00
descriptionlow-level bindings to hamlib (libhamlib4)
homepagehttps://hamlib.github.io/
repositoryhttps://github.com/MatthewIsHere/hamlib-sys
max_upload_size
id1924888
size10,686
Matthew Lyon (MatthewIsHere)

documentation

README

hamlib-sys

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.

Requirements

Hamlib must be installed on the system before building:

Debian/Ubuntu:

sudo apt install libhamlib-dev

Arch Linux:

sudo pacman -S hamlib
Commit count: 0

cargo fmt