Age | Commit message (Expand) | Author |
---|---|---|
2019-11-02 | Add license (GNU GPLv3+) | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Extract link annotation check to a function | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Add a short doc string | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Allow out of order URLs in test | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Remove duplicate URLs | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Test extracted URLs | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Return a `Vec<String>` instead of printing | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Remove `return`s to fix URL output | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Remove `unwrap`s and replace with an error type | Teddy Wing |
2019-11-01 | lib: Use `std::str` | Teddy Wing |
2019-11-01 | get_urls_from_pdf: Change argument type to `AsRef<Path>` | Teddy Wing |
2019-11-01 | get_urls_from_pdf: Take PDF path as an argument | Teddy Wing |
2019-11-01 | main: Move URL extraction code into lib.rs | Teddy Wing |