iroh-bitswap 0.2.0

Implementation of the bitswap protocol
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    prost_build::Config::new()
        .bytes([
            ".bitswap_pb.Message.Block.data",
            ".bitswap_pb.Message.blocks",
        ])
        .compile_protos(&["src/bitswap_pb.proto"], &["src"])
        .unwrap();
}