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