libp2p-plaintext 0.14.0-alpha.1

Plaintext encryption dummy protocol for libp2p
Documentation
1
2
3
4
5
6
7
8
#!/bin/sh

docker run --rm -v "`pwd`/../../":/usr/code:z -w /usr/code rust /bin/bash -c " \
    apt-get update; \
    apt-get install -y protobuf-compiler; \
    cargo install --version 2.3.0 protobuf-codegen; \
    protoc --rust_out=./protocols/plaintext/src/pb ./protocols/plaintext/structs.proto;"