Skip to content

MatthewIsHere/hamlib-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

low-level Rust bindings to hamlib (libhamlib4)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published