open 1.3.3

Open a path or URL using the program configured on the system
Documentation
[[bin]]
doc = false
name = "open"
test = false

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Open a path or URL using the program configured on the system"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["open", "xdg-open", "start", "launch"]
license = "MIT"
name = "open"
readme = "README.md"
repository = "https://github.com/Byron/open-rs"
version = "1.3.3"
[target."cfg(windows)".dependencies.winapi]
features = ["shellapi"]
version = "0.3"