{"id":75645,"library":"bisection","title":"Bisection","description":"Rust implementation of the Python bisect module for binary search and insertion.","status":"active","version":"0.1.0","language":"rust","source_language":null,"source_url":"https://github.com/SteadBytes/bisection","tags":["binary-search","bisect","algorithm","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbisection = \"0.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bisection","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"bisect_left","correct":"use bisection::bisect_left;"}],"quickstart":{"code":"use bisection::bisect_left;\n\nfn main() {\n    let arr = vec![1, 3, 5, 7];\n    let index = bisect_left(&arr, &4);\n    println!(\"Insert at index: {}\", index);\n}","lang":"rust","description":"Finds the insertion point for a value in a sorted list using binary search."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':18 'binari':10,15 'binary-search':14 'bisect':1,7,17 'implement':3 'insert':13 'modul':8 'python':6 'rust':2 'search':11,16 'util':19","created_at":"2026-06-17T19:19:09.068593+00:00","updated_at":"2026-06-17T19:19:09.068593+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/SteadBytes/bisection","github":"https://github.com/SteadBytes/bisection","docs":"https://docs.rs/bisection/","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}}