Get A List Of Files With Specific Extensions In A Single Directory In Rust
use fs;
use PathBuf;
Output:
[_active_nvim_run:8:3] files = [
"./read_first_line.txt",
"./test.rs",
"./og_image.rs",
"./test.txt",
"./alfa.txt",
]
-- end of line --