I admit for a long time this was my primary motivation to learn Rust, but, sadly, I haven't come across problems in years that were CPU bound/where I needed something like Rust... Rustler still looks like a great fit if needed, but, depending on the use case, if I were CPU bound and needed to write my own code/not just use a Rust library, I'd be as or more likely to look at using Zig and Zigler[0], for much faster learning curve, and from what I've read, easier tighter integration into elixir, including I think language server integration. Some discussion here[1] though I forget if I listened to this one or not.<p>[0]<a href="https://github.com/ityonemo/zigler">https://github.com/ityonemo/zigler</a>
[1]<a href="https://podcast.thinkingelixir.com/83" rel="nofollow">https://podcast.thinkingelixir.com/83</a>