Skip to content

rust-soapysdr 0.4.0

Choose a tag to compare

@kevinmehall kevinmehall released this 21 Oct 18:46
· 23 commits to master since this release
  • #32 Breaking change : The type of RxStream::read argument buffers has been changed from &[&mut [E]] to &mut [&mut [E]] to avoid undefined behavior.