-
Suppose I'd like to load the first file named
Is this something achievable using this crate? Or should I use some other tool to walk the filesystem and find the target file, then use this crate only after the target file has been found? |
Beta Was this translation helpful? Give feedback.
Answered by
epage
Jun 23, 2025
Replies: 1 comment
-
Currently, enumerating of directories is left to the caller. There are multiple policies that could be used
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jasha-hrp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, enumerating of directories is left to the caller.
There are multiple policies that could be used