tokio-postgres-rustls-improved 0.15.2

Fork of tokio-postgres-rustls with unsafe code removed, critical channel binding bug fixed, and a full integration test suite (see repo for code coverage reports)
Documentation
1
2
3
4
5
6
7
8
9
coverage:
  range: "80..100"
  status:
    project:
      default:
        target: 80%
    patch:
      default:
        target: 80%