index
:
pdf-urls
master
Extract all URLs from a PDF file.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-11-02
Add a `--help` flag
Teddy Wing
2019-11-02
Add a `--version` flag
Teddy Wing
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
main: Accept a file path as a command line argument
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
main: Handle error from `get_urls_from_pdf`
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
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