{"id":66596,"library":"tide-rustls","title":"Tide-rustls","description":"Tide TLS listener based on async-rustls and rustls.","status":"active","version":"0.3.0","language":"rust","source_language":null,"source_url":"https://github.com/jbr/tide-rustls","tags":["tide","tls","rustls","async","web"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntide-rustls = \"0.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tide-rustls","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TlsListener","correct":"use tide_rustls::TlsListener;"}],"quickstart":{"code":"use tide_rustls::TlsListener;\n\n#[async_std::main]\nasync fn main() -> tide::Result<()> {\n    let listener = TlsListener::build()\n        .cert_path(\"cert.pem\")\n        .key_path(\"key.pem\")\n        .finish()?;\n    let mut app = tide::new();\n    app.at(\"/\").get(|_| async { Ok(\"Hello\") });\n    app.listen(listener).await?;\n    Ok(())\n}","lang":"rust","description":"Creates a Tide application with TLS support using rustls."},"warnings":[{"fix":"Use async-std as the async runtime and ensure dependencies are aligned.","message":"Requires async-std runtime; not compatible with tokio.","severity":"gotcha","affected_versions":">=0.3.0"}],"env_vars":null,"search_vec":"'async':10,17 'async-rustl':9 'base':7 'listen':6 'rustl':3,11,13,16 'tide':2,4,14 'tide-rustl':1 'tls':5,15 'web':18","created_at":"2026-06-17T17:25:52.690314+00:00","updated_at":"2026-06-17T17:25:52.690314+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/jbr/tide-rustls","github":"https://github.com/jbr/tide-rustls","docs":"https://docs.rs/tide-rustls/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"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}}