futuresdr 0.7.0

An Experimental Async SDR Runtime for Heterogeneous Architectures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error[E0080]: evaluation panicked: sample types must not be zero-sized
 --> src/runtime/buffer/core.rs
  |
  |         NonZeroUsize::new(size_of::<Self>()).expect("sample types must not be zero-sized");
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `<() as futuresdr::runtime::buffer::CpuSample>::SIZE` failed here

note: erroneous constant encountered
 --> tests/compile_fail/zero_sized_sample.rs:3:21
  |
3 | const SIZE: usize = <() as CpuSample>::SIZE.get();
  |                     ^^^^^^^^^^^^^^^^^^^^^^^