{"id":65833,"library":"urlparse","title":"Urlparse","description":"A URL parsing library similar to Python's urllib.parse, providing parsing and manipulation of URLs.","status":"active","version":"0.7.3","language":"rust","source_language":null,"source_url":"https://github.com/yykamei/rust-urlparse","tags":["url","parse","uri","web"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nurlparse = \"0.7.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add urlparse","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Url","correct":"use urlparse::Url;"}],"quickstart":{"code":"use urlparse::Url;\n\nfn main() {\n    let url = Url::parse(\"https://example.com/path?query=1\").unwrap();\n    println!(\"Scheme: {}\", url.scheme());\n}","lang":"rust","description":"Parses a URL and prints its scheme."},"warnings":[],"env_vars":null,"search_vec":"'librari':5 'manipul':14 'pars':4,12,18 'provid':11 'python':8 'similar':6 'uri':19 'url':3,16,17 'urllib.parse':10 'urlpars':1 'web':20","created_at":"2026-06-17T17:15:46.458421+00:00","updated_at":"2026-06-17T17:15:46.458421+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/yykamei/rust-urlparse","github":"https://github.com/yykamei/rust-urlparse","docs":"https://docs.rs/urlparse/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","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}}