The Asset-Importer-Lib offers deprecated rust bindings for quite a while. But the implementation was problematic from a maintenancer point of view. Instead of exporting the existing unsafe structs there was a code duplication done for the bindings.
This PR will use the crate bindgen to provide the unsafe c-bindings from the library. If you want to help and contribute you can take a look onto the following PR: Rust-Binding proposal
Top comments (0)