read_dir_bulk_portable

Function read_dir_bulk_portable 

Source
fn read_dir_bulk_portable(dir: &Path) -> Result<Vec<BulkEntry>>
Expand description

Portable fallback: readdir + per-entry metadata. One syscall per entry.