p2p 0.3.0

NAT Traversal for P2P communication
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

if [[ ! "$(rustfmt --version)" =~ "0.7.1" ]]; then
    echo "Rustfmt version 0.7.1 needed"
    exit 1
fi

cargo fmt -- --write-mode=diff