Releases: kevinmehall/rust-soapysdr
Releases · kevinmehall/rust-soapysdr
soapysdr/0.4.1
rust-soapysdr 0.4.0
- #32 Breaking change : The type of
RxStream::read
argumentbuffers
has 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-stream
example binary on Windows - Use
SOAPY_SDR_ROOT
andSoapySDR_DIR
environment 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
runtime
feature onbindgen
- Discover SoapySDR location from
PATH
on Windows - Don't assume SoapySDR and Rust use the same libc
Contributors: @inganault
soapysdr 0.3.0
soapysdr-sys 0.7.2
- Update bindgen to 0.57
soapysdr-sys 0.7.1
- Compatibility with SoapySDR 0.8 (git master, currently unreleased)
soapysdr 0.2.0 + soapysdr-sys 0.7.0
- Use reference counting instead of lifetimes for device references
- Impl Send/Sync to enable multi-threaded usage
- Bump
num-complex
to 0.2