bner341
0
Q:

convert path to pathbuf

let path = Path::new("some_thing/hi.txt");
let mut path_buf = PathBuf::new();
path_buf.push(path);
0

Tags

New to Communities?

Join the community