{"id":59442,"library":"parse-int","title":"Parse Int","description":"Parse &str with common prefixes to integer values, supporting hex, octal, binary, and decimal.","status":"active","version":"0.9.0","language":"rust","source_language":null,"source_url":"https://gitlab.com/dns2utf8/parse_int","tags":["parsing","integer","prefix","hex","octal","binary"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nparse_int = \"0.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add parse_int","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"parse","correct":"use parse_int::parse;"}],"quickstart":{"code":"use parse_int::parse;\n\nfn main() {\n    let val = parse::<i32>(\"0xFF\").unwrap();\n    println!(\"{}\", val); // 255\n}","lang":"rust","description":"Parses a hex string to an integer."},"warnings":[],"env_vars":null,"search_vec":"'binari':14,22 'common':6 'decim':16 'hex':12,20 'int':2 'integ':9,18 'octal':13,21 'pars':1,3,17 'prefix':7,19 'str':4 'support':11 'valu':10","created_at":"2026-06-16T17:03:52.477857+00:00","updated_at":"2026-06-16T17:03:52.477857+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://gitlab.com/dns2utf8/parse_int","github":null,"docs":"https://docs.rs/parse_int/","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-16","next_check":"2026-12-13","install_tag":null}}