quic-p2p 0.2.0

Peer-to-peer networking library using QUIC
Documentation
1
2
3
4
5
6
7
#!/bin/bash

set -x -e
export RUSTFLAGS="-C opt-level=2 -C codegen-units=8"

cargo fmt -- --check
cargo clippy --verbose --release --all-targets