rust-soapysdr 0.4.0
·
23 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.