Crate mime_open

Source
Expand description

Small library for opening a uri with an appropriate program.

§Usage

use mime_open::open

if let Err(e) = open("https://duckduckgo.com") {
    eprintln!("Error opening url: {}", e);
}

Functions§

open
Open the given uri in an appropriate program