1fn main() { 2 robius_open::Uri::new("mailto:test@example.com") 3 .action("ACTION_MAIL") 4 .open() 5 .unwrap(); 6}