aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-11-02Add a `--help` flagTeddy Wing
2019-11-02Add a `--version` flagTeddy Wing
2019-11-02Add license (GNU GPLv3+)Teddy Wing
2019-11-02get_urls_from_pdf: Extract link annotation check to a functionTeddy Wing
2019-11-02get_urls_from_pdf: Add a short doc stringTeddy Wing
2019-11-02main: Accept a file path as a command line argumentTeddy Wing
2019-11-02get_urls_from_pdf: Allow out of order URLs in testTeddy Wing
2019-11-02get_urls_from_pdf: Remove duplicate URLsTeddy Wing
2019-11-02get_urls_from_pdf: Test extracted URLsTeddy Wing
2019-11-02get_urls_from_pdf: Return a `Vec<String>` instead of printingTeddy Wing
2019-11-02main: Handle error from `get_urls_from_pdf`Teddy Wing
2019-11-02get_urls_from_pdf: Remove `return`s to fix URL outputTeddy Wing
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