Mini Rust Library for Filesystem Directory Iteration
let p = Path::new("."); let pb = p.to_path_buf(); for fn int IterDir::new(&pb) { // do something with file }