undeflife / libreoffice-rs

Rust binding to LibreOfficeKit
Apache License 2.0
15 stars 7 forks source link

Type-safe input URLs as method arguments whenever possible #10

Closed yveszoundi closed 2 years ago

yveszoundi commented 2 years ago

Fix issue #5 with the following changes

yveszoundi commented 2 years ago

I added 2 factory methods for local document URLs construction: local_into_abs and local_as_abs.