rust-soapysdr 0.4.0
kevinmehall
released this
21 Oct 18:46
·
5 commits
to master
since this release
- #32 Breaking change : The type of
RxStream::read
argumentbuffers
has been changed from&[&mut [E]]
to&mut [&mut [E]]
to avoid undefined behavior.