ygw 0.8.0

The goal of Yamcs Gateway is to allow Yamcs to control instruments/payloads as part of an EGSE.
Documentation
1
2
3
4
5
extern crate prost_build;

fn main() {
    prost_build::compile_protos(&["proto/ygw.proto"], &["proto/"]).unwrap();
}