aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-11-02get_urls_from_pdf: Remove `unwrap`s and replace with an error typeTeddy Wing
2019-11-01lib: Use `std::str`Teddy Wing
2019-11-01get_urls_from_pdf: Change argument type to `AsRef<Path>`Teddy Wing
2019-11-01get_urls_from_pdf: Take PDF path as an argumentTeddy Wing
2019-11-01main: Move URL extraction code into lib.rsTeddy Wing
2019-11-01main: Remove unused `id` variableTeddy Wing
2019-11-01main: Remove `dbg!` statementsTeddy Wing
2019-11-01main: Output URLs to STDOUTTeddy Wing
2019-11-01Find the PDF object that URLs are stored inTeddy Wing
2019-10-30Inspect an example PDF file using the 'lopdf' crateTeddy Wing
2019-10-30New Rust 1.38.0 projectTeddy Wing