Crates/Rustls
3 articles
How to use rustls crate in Rust TLS
Enable rustls in Rust by adding the rustls-tls feature to your reqwest dependency in Cargo.toml.
How to Use the rustls Crate for TLS
rustls is a pure-Rust TLS implementation that avoids OpenSSL build pain. Use it through reqwest's rustls-tls feature for HTTPS, or call its API directly to wrap TcpStreams as a client or server.
How to Use TLS/SSL in Rust (rustls, native-tls)
Enable TLS in Rust by adding the rustls-tls feature to reqwest in Cargo.toml.