veyron-wire 0.1.0

Veyron wire protocol: framing, frame MAC, and generated protobuf types shared by the kernel and its SDKs.
Documentation
1
2
3
4
fn main() {
    prost_build::compile_protos(&["proto/veyron_protocol.proto"], &["proto/"])
        .unwrap_or_else(|e| panic!("proto codegen failed: {}", e));
}