picoquic 0.1.1

Tokio aware picoquic bindings. Picoquic is a minimalist implementation of the QUIC protocol of the IETF.
Documentation
1
2
3
FROM rust:latest

RUN apt-get update && apt-get -y install openssl cmake libclang-dev clang