open 1.2.2

Open a path or URL using the program configured on the system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "open"
version = "1.2.2"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
license = "MIT"
description = "Open a path or URL using the program configured on the system"
repository = "https://github.com/Byron/open-rs"
keywords = ["open", "xdg-open", "start", "launch"]
documentation = "http://byron.github.io/open-rs"

[[bin]]
test = false
doc = false
name = "open"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["shellapi"] }