Closed akamenskiy closed 4 months ago
What? walkdir
has no concept of "workspaces."
Yes. But cargo does. So I'm wondering if walkdir understands this concept.
No... You just give it a directory and it will do recursive traversal over it. I do not understand why you want a low level library like walkdir to be aware of Cargo workspaces.
I've just asked. No offence. I'm newby, so I could not understand all concepts
Is there any way I could use a workspace member directory as the root directory? I have this kind structure: project/ crates/ crate/ directory_to_walk src/ lib.rs with WalkDir::new(Path)
Is there any way to set "directory_to_walk/" as a valid path?