Skip to content

Instantly share code, notes, and snippets.

@Martichou
Created August 6, 2024 20:51
Show Gist options
  • Save Martichou/dc2e076435e27c74e2433f789d98cfba to your computer and use it in GitHub Desktop.
Save Martichou/dc2e076435e27c74e2433f789d98cfba to your computer and use it in GitHub Desktop.
open-rs-test
[package]
name = "open-rs-test"
version = "0.1.0"
edition = "2021"
[dependencies]
open = "5.0"
fn main() {
open::that("/").unwrap();
open::that("https://github.com/Martichou/rquickshare").unwrap();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment