When will the Rust API be ready for production use? #15083
Unanswered
JustinWickMS
asked this question in
Other Q&A
Replies: 3 comments 6 replies
-
Rust API is here https://github.com/microsoft/onnxruntime/tree/main/rust. The more users we've the more it gets tested, stable and reliable. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can also use ort Rust crate in the meantime. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can anyone answer my question above? Is there someone I can contact to figure out the answer? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting a greenfield project here at Microsoft using ONNX, and we intend to deploy to production later this year. I would like to use Rust and the Rust API for ONNX, is there any notion of when the Rust API will be stable, performant, and reliable enough to be used for real customers?
Instead of using the Rust interface, is the C or C++ interface best to call from Rust in the meantime?
Beta Was this translation helpful? Give feedback.
All reactions