{"id":57505,"library":"webbrowser","title":"Webbrowser","description":"Open URLs in web browsers available on a platform","status":"active","version":"1.2.1","language":"rust","source_language":null,"source_url":"https://github.com/amodm/webbrowser-rs","tags":["browser","url","open","cross-platform"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwebbrowser = \"1.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add webbrowser","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"open","correct":"use webbrowser::open;"}],"quickstart":{"code":"use webbrowser::open;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    open(\"https://www.rust-lang.org\")?;\n    Ok(())\n}","lang":"rust","description":"Opens a URL in the default web browser."},"warnings":[{"fix":"Check if a browser is available or use a fallback.","message":"May not work in all environments (e.g., headless servers, restricted sandboxes).","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'avail':7 'browser':6,11 'cross':15 'cross-platform':14 'open':2,13 'platform':10,16 'url':3,12 'web':5 'webbrows':1","created_at":"2026-06-16T15:45:03.503396+00:00","updated_at":"2026-06-16T15:45:03.503396+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/amodm/webbrowser-rs","github":"https://github.com/amodm/webbrowser-rs","docs":"https://docs.rs/webbrowser/","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}}