{"id":69474,"library":"s2n-quic","title":"S2n-quic","description":"A Rust implementation of the IETF QUIC protocol.","status":"active","version":"1.82.0","language":"rust","source_language":null,"source_url":"https://github.com/aws/s2n-quic","tags":["quic","networking","async","protocol"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ns2n-quic = \"1.82.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add s2n-quic","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use s2n_quic::Client;"}],"quickstart":{"code":"use s2n_quic::Client;\n\nfn main() {\n    let client = Client::new();\n    println!(\"QUIC client created\");\n}","lang":"rust","description":"Creates a new QUIC client for network communication."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main].","message":"Requires async runtime (e.g., Tokio) to be used.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'async':14 'ietf':9 'implement':6 'network':13 'protocol':11,15 'quic':3,10,12 'rust':5 's2n':2 's2n-quic':1","created_at":"2026-06-17T18:02:15.460429+00:00","updated_at":"2026-06-17T18:02:15.460429+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/aws/s2n-quic","github":"https://github.com/aws/s2n-quic","docs":"https://docs.rs/s2n-quic/","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}}