webbrowser

Rust library to open URLs in the web browsers available on a platform

Inspired by the webbrowser python library

Examples

```rust use webbrowser;

if webbrowser::open("http://github.com").is_ok() { // ... } ```

Currently state of platform support is:

Important note:

License: MIT