fast-walker 0.1.0

Multi-threaded directory walker, with async support
Documentation
1
2
3
4
5
6
7
8
9
// mod errors;

mod dir_walker;
mod item;

pub use crate::{
    dir_walker::{sync_iter::WalkSearcher, WalkPlan},
    item::WalkItem,
};