hyperfuel-net-types 4.0.2

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");
}