{"id":62702,"library":"kanal","title":"Kanal","description":"The fast sync and async channel that Rust deserves.","status":"active","version":"0.1.1","language":"rust","source_language":null,"source_url":"https://github.com/fereidani/kanal","tags":["channel","async","sync","fast","concurrency"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nkanal = \"0.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add kanal","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"bounded","correct":"use kanal::bounded;"}],"quickstart":{"code":"use kanal::bounded;\n\nfn main() {\n    let (tx, rx) = bounded::<i32>(10);\n    tx.send(42).unwrap();\n    println!(\"Received: {}\", rx.recv().unwrap());\n}","lang":"rust","description":"Create a bounded channel and send/receive a message."},"warnings":[],"env_vars":null,"search_vec":"'async':6,12 'channel':7,11 'concurr':15 'deserv':10 'fast':3,14 'kanal':1 'rust':9 'sync':4,13","created_at":"2026-06-17T16:34:31.358527+00:00","updated_at":"2026-06-17T16:34:31.358527+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/fereidani/kanal","github":"https://github.com/fereidani/kanal","docs":"https://docs.rs/kanal/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}