iterdir 0.1.0

Mini Rust Library for Filesystem Iteration
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 3.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 913.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • rowles/iterdir
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rowles

iterdir

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
}