Sean Olson
Sean Olson
Thanks for the report! Yes, this is definitely a bug! Your first example should indeed yield the entire contents of the directory. When given an empty collection, `not` constructs a...
Repetitions that occur at the beginning of a glob expression are the only example I can think of where this occurs. Note that rooted alternatives are forbidden at the beginning...
> make globbing with wax a little faster with rayon Yeah, I've also thought about this a bit. Wax depends entirely on [`walkdir`] for this, so I think any such...
Oh, cool, I wasn't aware of `jwalk`! Thanks for pointing it out! It's not clear to me how easy it would be to replace `walkdir` with `jwalk`, but I'll take...