oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

OutputKind: Switch from String to PathBuf for filenames #26

Closed kinnison closed 4 years ago

kinnison commented 4 years ago

File names are more properly PathBuf as they are in all other places in the code. Change OutputKind::File() away from String to keep things consistent.

This is a breaking change and will thus need the next release to be at minimum version 0.8.0

Fixes: #23