rplotlib 0.1.0

Used to plot during the test phase
Documentation
1
2
3
4
5
6
7
8
9
10

fn main() -> Result<(), Box<dyn std::error::Error>> {

    tonic_build::configure()
        .compile (
        &["proto/api.proto"],
        &["."],
    )?;
    Ok(())
}