🌈 搜索
📅  最后修改于: 2022-03-11 14:49:24.786000             🧑  作者: Mango
let path = Path::new("some_thing/hi.txt"); let mut path_buf = PathBuf::new(); path_buf.push(path);