futuresdr 0.7.0

An Experimental Async SDR Runtime for Heterogeneous Architectures.
Documentation
1
2
3
4
5
6
use futuresdr::prelude::*;

fn main() {
    let mut fg = Flowgraph::new();
    connect!(fg, src < snk);
}