extract-browser-url
A Rust library for extracting the browser's URL using native platform APIs.
Installation
Add to your Cargo.toml:
[]
= "0.1.1"
Or via the CLI:
Quick Start
use extract_url;
Supported Browsers
| Browser | Windows |
|---|---|
| Chrome | ✅ |
| Firefox | ✅ |
| Edge | ✅ |
📄 License
Licensed under the MIT License. See LICENSE for details.