hypersync-net-types 0.10.0

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