Rust library to open URLs in the web browsers available on a platform
Inspired by the webbrowser python library
```rust use webbrowser;
if webbrowser::open("http://github.com").is_ok() { // ... } ```
Currently state of platform support is:
Important note:
cargo test
will actually open the browser locallyLicense: MIT