Releases: kevinmehall/rust-soapysdr
Releases · kevinmehall/rust-soapysdr
rust-soapysdr v0.4.5
rust-soapysdr v0.4.4
rust-soapysdr v0.4.3
rust-soapysdr v0.4.2
soapysdr/0.4.1
rust-soapysdr 0.4.0
- #32 Breaking change : The type of
RxStream::readargumentbuffershas been changed from&[&mut [E]]to&mut [&mut [E]]to avoid undefined behavior.
rust-soapysdr 0.3.3 + soapysdr-sys 0.7.5
- Fix build of
soapy-sdr-streamexample binary on Windows - Use
SOAPY_SDR_ROOTandSoapySDR_DIRenvironment variables to find SoapySDR library directory in addition topkg-config
Contributors
@tomgilligan
soapysdr-sys 0.7.4
- Update bindgen to 0.64
rust-soapysdr 0.3.2
- Add read/write setting functions (#23)
Contributors: @wcampbell0x2a
rust-soapysdr 0.3.1 + soapysdr-sys 0.7.3
- Include
runtimefeature onbindgen - Discover SoapySDR location from
PATHon Windows - Don't assume SoapySDR and Rust use the same libc
Contributors: @inganault