rustls 0.11.0

Rustls is a modern TLS library written in Rust.
Documentation
#!/bin/sh
set -xe

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