2 unstable releases
0.2.0 | Jun 4, 2022 |
---|---|
0.1.0 | Mar 8, 2022 |
#523 in Operating systems
34 downloads per month
Used in gemview
5KB
65 lines
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);
}
lib.rs
:
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);
}