1 2 3 4 5 6 7
use futuresdr::runtime::buffer::CpuSample; const SIZE: usize = <() as CpuSample>::SIZE.get(); fn main() { let _ = SIZE; }