tokio-rustls 0.5.0

Asynchronous TLS/SSL streams for Tokio using Rustls.
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
    - stable
cache: cargo
os:
    - linux
    - osx

script:
    - cargo test --all-features