{"id":65586,"library":"re-smart-channel","title":"Re Smart Channel","description":"A channel that keeps track of latency and queue length.","status":"active","version":"0.27.3","language":"rust","source_language":null,"source_url":"https://github.com/rerun-io/rerun","tags":["channel","latency","monitoring","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nre_smart_channel = \"0.27.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add re_smart_channel","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SmartChannel","correct":"use re_smart_channel::SmartChannel;"}],"quickstart":{"code":"use re_smart_channel::smart_channel;\n\nfn main() {\n    let (sender, receiver) = smart_channel::<i32>(\"test\", 100);\n    sender.send(42).unwrap();\n    let val = receiver.recv().unwrap();\n    println!(\"Received: {}\", val);\n}","lang":"rust","description":"Create a smart channel, send and receive a value."},"warnings":[],"env_vars":null,"search_vec":"'async':17 'channel':3,5,14 'keep':7 'latenc':10,15 'length':13 'monitor':16 'queue':12 're':1 'smart':2 'track':8","created_at":"2026-06-17T17:12:23.239528+00:00","updated_at":"2026-06-17T17:12:23.239528+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://rerun.io","github":"https://github.com/rerun-io/rerun","docs":"https://docs.rs/re_smart_channel/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","networking"],"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}}