-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add skip_missing flag, add Input enum (closes #26) #35
Conversation
0b8b089
to
3ac68b8
Compare
Draft looks good to me. 👍 |
@mre It took way longer than I thought, but it should be OK to go now |
} | ||
} | ||
|
||
impl<P: AsRef<Path>> From<P> for FileType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice use of AsRef
and Default
above.
Very good PR! Thanks for tackling this @pawroman. I really like how you improved code quality across the board and paid attention to the smallest details like fixing comments and making the code more idiomatic. Thanks for that. |
34b68af
to
3b0d811
Compare
Also add max_concurrency to collect_links
So happy to merge this. A major step forward and built with great attention to detail. Looking forward to whatever you'll tackle next. |
Handle input arguments in a more structured way, with the ability to skip missing files.
Done:
collect_links
method for faster operation with multiple inputs/files