mime_open

Crates.iomime_open
lib.rsmime_open
version0.2.0
sourcesrc
created_at2022-03-08 21:58:42.510425
updated_at2022-06-04 14:36:47.120191
descriptionA small library for opening a uri in an appropriate application.
homepage
repositoryhttps://codeberg.org/jeang3nie/mime_open
max_upload_size
id546607
size5,761
Nathan Fisher (nfisher1226)

documentation

README

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);
}
Commit count: 0

cargo fmt