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