jrmuizel / pdf-extract

A rust library for extracting content from pdfs
396 stars 78 forks source link

License? #4

Closed AlbertoGP closed 6 years ago

AlbertoGP commented 6 years ago

Hi, I'm trying different PDF extraction libraries and I'd very much prefer to use one in Rust because that's what my program is written in, but I can't use a library without a license.

Could you please consider adding one? If you don't care much about licenses, maybe the MIT one would be adequate. Otherwise GPL or LGPL is also fine with me.

AlbertoGP commented 6 years ago

Oops, sorry! I just realized that the license (MIT) is in Cargo.toml!

Thanks!