rust-soapysdr
rust-soapysdr copied to clipboard
Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer
https://github.com/pothosware/SoapySDR/blob/master/include/SoapySDR/Constants.h For RX streams, perhaps `RxStream::read` should return `Result` rather than `Result`, where RxStatus is a struct with fields: ``` /// Number of samples read from the stream. May be...
Could you run rustfmt(-nightly) on the master branch and commit the result? This should improve readability especially for longer function parameter lists (and make it (selfishly ;-) ) easier for...