{"id":75855,"library":"range-alloc","title":"Range Alloc","description":"Generic range allocator.","status":"active","version":"0.1.5","language":"rust","source_language":null,"source_url":"https://github.com/gfx-rs/range-alloc","tags":["allocator","range","memory","gfx"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrange-alloc = \"0.1.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add range-alloc","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RangeAllocator","correct":"use range_alloc::RangeAllocator;"}],"quickstart":{"code":"use range_alloc::RangeAllocator;\n\nfn main() {\n    let mut alloc = RangeAllocator::new(0..100);\n    let range = alloc.allocate(10).unwrap();\n    println!(\"Allocated range: {:?}\", range);\n}","lang":"rust","description":"Allocates a range of indices from a generic range allocator."},"warnings":[],"env_vars":null,"search_vec":"'alloc':2,5,6 'generic':3 'gfx':9 'memori':8 'rang':1,4,7","created_at":"2026-06-17T19:21:49.641704+00:00","updated_at":"2026-06-17T19:21:49.641704+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/gfx-rs/range-alloc","github":"https://github.com/gfx-rs/range-alloc","docs":"https://docs.rs/range-alloc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}