aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
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-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-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