browser-paths
browser-paths is a tiny cross‑platform helper crate that locates the executable file paths of Chrome and Edge (stable / beta / dev / canary) on the current machine.
Installation
Add this crate by cargo
Usage
All public helpers live in the crate root and return Option<PathBuf>.
use ;
Contribution
- Clone this repository
- Install the latest version of Rust
- Run tests using
cargo testorcargo run
Credits
browser-paths has been inspired by several outstanding projects in the community:
- @edge-paths - Possible paths or binary names of Edge in the current platform
- @agent-infra/browser-finder - find browser in your system