robius-open/examples/web.rs

7 lines
143 B
Rust
Raw Permalink Normal View History

fn main() {
robius_open::Uri::new("https://github.com/project-robius")
.action("ACTION_VIEW")
.open()
.unwrap();
}