rove 0.1.0

System for real time spatial and timeseries quality control of weather data
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/rove.proto")?;
    Ok(())
}