Created
August 6, 2024 20:51
-
-
Save Martichou/dc2e076435e27c74e2433f789d98cfba to your computer and use it in GitHub Desktop.
open-rs-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "open-rs-test" | |
version = "0.1.0" | |
edition = "2021" | |
[dependencies] | |
open = "5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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