Skip to content

Instantly share code, notes, and snippets.

@weirane
Created July 18, 2019 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weirane/2da1037436e0afabc8e294b8aaa1f2cf to your computer and use it in GitHub Desktop.
Save weirane/2da1037436e0afabc8e294b8aaa1f2cf to your computer and use it in GitHub Desktop.
use std::path::PathBuf;
fn main() {
let p = PathBuf::from("/home/user");
println!("{}", p.display());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment