{"id":45451221,"url":"https://github.com/un-rust/browser-paths","last_synced_at":"2026-02-28T11:01:20.028Z","repository":{"id":340073258,"uuid":"1163709934","full_name":"un-rust/browser-paths","owner":"un-rust","description":"🧐 Get the path of the browser, support Chrome and Edge.","archived":false,"fork":false,"pushed_at":"2026-02-23T06:21:50.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-24T11:32:30.309Z","etag":null,"topics":["browser","chrome","edge","path"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/un-rust.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"betterhyq"}},"created_at":"2026-02-22T02:45:49.000Z","updated_at":"2026-02-23T06:21:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/un-rust/browser-paths","commit_stats":null,"previous_names":["un-rust/browser-paths"],"tags_count":2,"template":false,"template_full_name":"un-rust/template","purl":"pkg:github/un-rust/browser-paths","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-rust%2Fbrowser-paths","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-rust%2Fbrowser-paths/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-rust%2Fbrowser-paths/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-rust%2Fbrowser-paths/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/un-rust","download_url":"https://codeload.github.com/un-rust/browser-paths/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-rust%2Fbrowser-paths/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","chrome","edge","path"],"created_at":"2026-02-22T05:12:32.391Z","updated_at":"2026-02-25T08:01:21.182Z","avatar_url":"https://github.com/un-rust.png","language":"Rust","funding_links":["https://github.com/sponsors/betterhyq"],"categories":[],"sub_categories":[],"readme":"# 🧐 browser-paths\n\n\u003c!-- automdrs:badges showCrateVersion=\"true\" showCrateDownloads=\"true\" showCrateDocs=\"true\" showCommitActivity=\"true\" showRepoStars=\"true\" --\u003e\n![Crates.io Version](https://img.shields.io/crates/v/browser-paths)\n![Crates.io Total Downloads](https://img.shields.io/crates/d/browser-paths)\n![docs.rs](https://img.shields.io/docsrs/browser-paths)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/un-rust/browser-paths)\n![GitHub Repo stars](https://img.shields.io/github/stars/un-rust/browser-paths)\n\u003c!-- /automdrs --\u003e\n\n\u003c!-- automdrs:description --\u003e\n\nGet the path of the browser, support Chrome and Edge.\n\n\u003c!-- /automdrs --\u003e\n\n**[Full documentation →](https://docs.rs/browser-paths/)**\n\n## Quick start\n\n\u003c!-- automdrs:cargo-add --\u003e\n\n```sh\ncargo add browser-paths\n```\n\n\u003c!-- /automdrs --\u003e\n\n## Usage\n\n\u003c!-- automdrs:file src=\"./src/main.rs\" --\u003e\n```rust\nuse browser_paths::{BrowserKind, get_browser_path};\n\nfn main() {\n    let chrome_path = get_browser_path(BrowserKind::Chrome);\n    println!(\"chrome_path: {:?}\", chrome_path);\n\n    let edge_path = get_browser_path(BrowserKind::Edge);\n    println!(\"edge_path: {:?}\", edge_path);\n}\n```\n\u003c!-- /automdrs --\u003e\n\n## License\n\n\u003c!-- automdrs:contributors author=\"UnRUST\" license=\"Apache-2.0\" --\u003e\nPublished under the [Apache-2.0](./LICENSE) license.\nMade by [@UnRUST](https://github.com/un-rust) 💛\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/un-rust/browser-paths/graphs/contributors\"\u003e\n\u003cimg src=\"https://contrib.rocks/image?repo=un-rust/browser-paths\" /\u003e\n\u003c/a\u003e\n\u003c!-- /automdrs --\u003e\n\n\u003c!-- automdrs:with-automdrs --\u003e\n\n---\n\n_🛠️ auto updated with [automd-rs](https://github.com/betterhyq/automd-rs)_\n\n\u003c!-- /automdrs --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun-rust%2Fbrowser-paths","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fun-rust%2Fbrowser-paths","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun-rust%2Fbrowser-paths/lists"}