Age | Commit message (Expand) | Author |
---|---|---|
2019-11-02 | main: Accept a file path as a command line argument | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Return a `Vec<String>` instead of printing | Teddy Wing |
2019-11-02 | main: Handle error from `get_urls_from_pdf` | Teddy Wing |
2019-11-02 | get_urls_from_pdf: Remove `unwrap`s and replace with an error type | 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 |
2019-11-01 | main: Remove unused `id` variable | Teddy Wing |
2019-11-01 | main: Remove `dbg!` statements | Teddy Wing |
2019-11-01 | main: Output URLs to STDOUT | Teddy Wing |
2019-11-01 | Find the PDF object that URLs are stored in | Teddy Wing |
2019-10-30 | Inspect an example PDF file using the 'lopdf' crate | Teddy Wing |
2019-10-30 | New Rust 1.38.0 project | Teddy Wing |