hyperfuel-net-types 0.0.3

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