Skip to content

sehnryr/oodle-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oodle-sys

Low-level auto-generated bindings for Oodle.

Dependencies

This library binds to liboo2corelinux64.so on Linux. 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