Rust bindings to LibreOfficeKit
toml
[dependencies]
libreoffice-rs = 0.3
you need install LibreOffice ( >= 6.0 is recommended ), Debian 11 for example: ```bash $ sudo apt-get install libreoffice libreofficekit-dev clang
LO_INCLUDE_PATH
to the LibreOffice headers.$ export LOINCLUDEPATH=/usr/include/LibreOfficeKit ```
due to this issue , here use a libwrapper.a to carry static funtion lok_init
which defined in LibreOfficeKitInit.h
.
```rust use libreoffice_rs::{Office, LibreOfficeKitOptionalFeatures, urls};
fn main() -> Result<(), Box
This project is licensed under the [Apache License 2.0][license]