You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
With dirs crate I can get any directory directly. But directories provides structs and parses all directories at once. Users usually want to get a single directory. I would suggest to create separate functions as in dirs crate.