```rust use std::net::TcpStream;
use asynctlslite::TlsConnector; use smol::Async;
// ...
let tcpstream = Async::
// ... ```
cargo test --all-features --all -- --nocapture && \
cargo clippy --all -- -D clippy::all && \
cargo fmt --all -- --check
cargo build-all-features
cargo test-all-features --all