dat-network-protocol 0.3.0

Dat Network Protocol protobuf definitions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Uncomment method below for like local builds.
fn main() -> Result<(), Box<dyn std::error::Error>> {
  //  protobuf_codegen_pure::run(protobuf_codegen_pure::Args {
  //    out_dir: "src",
  //    input: &["protos/lib.proto"],
  //    customize: protobuf_codegen_pure::Customize {
  //      ..Default::default()
  //    },
  //    includes: &["protos"],
  //  })?;
  Ok(())
}