skar-net-types 0.3.1

skar types for transport over network
Documentation
1
2
3
4
5
6
fn main() {
    capnpc::CompilerCommand::new()
        .file("skar_net_types.capnp")
        .run()
        .expect("compiling schema");
}