rust
rust copied to clipboard
Moving runtime bindings into their own crate
The runtime bindings have no use for the the build-dependencies of tensorflow-sys, nor the build.rs. So to avoid pulling in those dependencies, and hopefully to keep things cleaner, I'd like to move them into their own crate.
Hi @adamcrume , could I get some feedback on this when you get a chance? Thanks.
Sorry for the delay!
@adamcrume Thanks for the review. I've updated the PR with the requested changes, let me know if there's anything else.
Thanks!
@adamcrume Great, thanks for that. Any idea when I can expect a new version to be pushed to crates.io?