Registry / utility / opener

opener

JSON →
library0.8.5rscratesunverified

Open a file or link using the system default program.

# Cargo.toml [dependencies] opener = "0.8.5"
INSTALL
IMPORT
SIG · OPENER
O
opener
utilityrustv0.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

open
use opener::open;

Opens a URL in the default browser.

use opener::open; fn main() { open("https://www.rust-lang.org").expect("Failed to open URL"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
opener — cargo add opener · libregistry