rustls 0.16.0

Rustls is a modern TLS library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -xe

if [ ! -e lcov/ ] ; then
  git clone https://github.com/linux-test-project/lcov.git
  cd lcov
  git checkout v1.14
  sudo make install
fi