Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | get_urls_from_pdf: Return a `Vec<String>` instead of printing | Teddy Wing | |
Facilitate testing by returning a vec of URLs instead of printing them directly to STDOUT. | |||
2019-11-02 | get_urls_from_pdf: Remove `unwrap`s and replace with an error type | Teddy Wing | |
Create a custom error type to use instead of the `unwrap`s. |