Open sheosi opened 2 years ago
+1
I've made temporary hack which works with latest Rust: https://github.com/Marekkon5/tflite-rs (master branch)
+1
I've made temporary hack which works with latest Rust: https://github.com/Marekkon5/tflite-rs (master branch)
How dirty do you consider this hack to be?
@Sir-Photch it literally does a string replace on code on generated variable... The variable name can change at any time (with bindgen/tflite updates), and generally doing string replacements on code is NOT a good idea.
very very dirty.
Concretely I'm on version 1.61and while trying to compile a project with tflite in there this is what I get:
Note that I compiled the project with older versions and this seems a problem of modern Rust with this lib.