waverave-hackrf 0.1.0

HackRF backend in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
# `waverave-hackrf`

This is a complete reimplementation of [`libhackrf`][gsg-hackrf] in Rust. It 
reproduces *all* functions from the original library, and uses [`nusb`][nusb] as 
the USB backend library. It is also completely asynchronous for every USB 
operation, including every control change.

[gsg-hackrf]: https://github.com/greatscottgadgets/hackrf
[nusb]: https://crates.io/crates/nusb