web/
web.rs

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