Crates.io | iterdir |
lib.rs | iterdir |
version | 0.1.0 |
source | src |
created_at | 2019-08-18 16:12:36.04259 |
updated_at | 2019-08-18 16:12:36.04259 |
description | Mini Rust Library for Filesystem Iteration |
homepage | https://github.com/rowles/iterdir |
repository | https://github.com/rowles/iterdir |
max_upload_size | |
id | 157897 |
size | 4,025 |
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
}