Hi there! I'm new to appwrite (and mobile app development in general), and I was looking to program some backend functions in C++ or Rust, which I saw templates for here. But I noticed that documentation here doesn't mention Rust support, and if I try to add the runtime with _APP_FUNCTIONS_RUNTIMES=rust-1.55, it's just ignored. Is there an intention to have the Rust runtime working in a future update soon, or is there a way to get it working from the latest version?
Summary
The user is asking about the availability of the Rust runtime in appwrite for backend functions. The response from support suggests that there are big changes to functions and the runtime code might need updating after version 1.4. They provide documentation on how to add a new runtime and suggest creating a feature request on GitHub for the Rust runtime. The user is directed to the open-runtimes repository to implement the runtime themselves.
Solution: Create a feature request for Rust runtime support on the appwrite GitHub repository. Implement support by following the documentation in the open-runtimes repository.