Questions tagged [rust]

For questions related to the Rust programming language in relation to AI. See the on-topic page to make sure your question is on-topic. Do not ask questions about programming issues.

1 questions
5
votes
1 answer

Whys and Why-nots using Rust for AI

The title says it all. I would like to know more about what attributes and design choices of Rust that make it a good (or bad) language for the entire ecosystem of AI (both research and production) What I know so far: Rust is memory safe (unlike…