| Crates.io | oodle-sys |
| lib.rs | oodle-sys |
| version | 0.2.0 |
| created_at | 2024-01-27 00:43:15.312703+00 |
| updated_at | 2024-05-28 21:05:21.831034+00 |
| description | Low-level bindings for the oodle compression library. |
| homepage | |
| repository | https://github.com/sehnryr/oodle-sys |
| max_upload_size | |
| id | 1116231 |
| size | 154,863 |
Low-level auto-generated bindings for Oodle.
This library binds to liboo2corelinux64.so on Linux and oo2core_win64.lib on Windows. MacOS isn't supported.
You can retrieve it by following the instructions here : https://github.com/sehnryr/get-oodle-lib
This library includes a pre-generated bindings.rs file. It was generated using
the bindgen tool, and is provided for convenience to avoid the need to install
bindgen. You can also generate it yourself by running cargo build with the
bindgen feature enabled:
cargo build --features bindgen