oodle-sys 0.2.0

Low-level bindings for the oodle compression library.
Documentation
  • Coverage
  • 0%
    0 out of 400 items documented0 out of 6 items with examples
  • Size
  • Source code size: 164.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 11.94 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ymelois/oodle-sys
    8 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sehnryr

oodle-sys

Low-level auto-generated bindings for Oodle.

Dependencies

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

Build-time bindgen

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