libhackrf-rs
A modern libhackrf wrapper that supports receiving and transmitting.
Example
See the fm_transmit crate for a more complete example of how to use this library, it allows transmitting and receiving frequency modulated audio signals.
let hackrf = open?;
hackrf.set_sample_rate?;
hackrf.set_freq?;
hackrf.set_txvga_gain?;
hackrf.start_tx?;
loop