{"id":75107,"library":"scoped-futures","title":"Scoped Futures","description":"A utility crate for imposing upper bounds on Future lifetimes.","status":"active","version":"0.1.4","language":"rust","source_language":null,"source_url":"https://github.com/tlowerison/scoped-futures","tags":["async","futures","lifetime","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nscoped-futures = \"0.1.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add scoped-futures","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ScopedFutureExt","correct":"use scoped_futures::ScopedFutureExt;"}],"quickstart":{"code":"use scoped_futures::ScopedFutureExt;\n\nasync fn example() {\n    let data = vec![1, 2, 3];\n    let fut = async move {\n        println!(\"{:?}\", data);\n    }.scoped();\n    fut.await;\n}","lang":"rust","description":"Wraps a future to enforce lifetime bounds."},"warnings":[],"env_vars":null,"search_vec":"'async':13 'bound':9 'crate':5 'futur':2,11,14 'impos':7 'lifetim':12,15 'scope':1 'upper':8 'util':4,16","created_at":"2026-06-17T19:12:31.799656+00:00","updated_at":"2026-06-17T19:12:31.799656+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/tlowerison/scoped-futures","github":"https://github.com/tlowerison/scoped-futures","docs":"https://docs.rs/scoped-futures/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","utility"],"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}}