-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile with newer versions of Rust #58
Comments
+1 |
I've made temporary hack which works with latest Rust: https://github.com/Marekkon5/tflite-rs (master branch) |
+1 |
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.
The text was updated successfully, but these errors were encountered: