{"id":66903,"library":"rustls-connector","title":"Rustls Connector","description":"Connector similar to openssl or native-tls for rustls.","status":"active","version":"0.23.2","language":"rust","source_language":null,"source_url":"https://github.com/amqp-rs/rustls-connector","tags":["tls","rustls","connector","async","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrustls-connector = \"0.23.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rustls-connector","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RustlsConnector","correct":"use rustls_connector::RustlsConnector;"}],"quickstart":{"code":"use rustls_connector::RustlsConnector;\n\nlet connector = RustlsConnector::new().unwrap();\nlet stream = connector.connect(\"example.com\", 443).await.unwrap();","lang":"rust","description":"Creates a TLS connector and connects to a remote server."},"warnings":[{"fix":"Use `#[tokio::main]` or similar async runtime.","message":"Requires an async runtime (e.g., tokio) for async connect.","severity":"gotcha","affected_versions":">=0.23.0"}],"env_vars":null,"search_vec":"'async':16 'connector':2,3,15 'nativ':9 'native-tl':8 'network':17 'openssl':6 'rustl':1,12,14 'similar':4 'tls':10,13","created_at":"2026-06-17T17:30:27.578763+00:00","updated_at":"2026-06-17T17:30:27.578763+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/amqp-rs/rustls-connector","github":"https://github.com/amqp-rs/rustls-connector","docs":"https://docs.rs/rustls-connector/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}