What do you think about integrating Rust and Elixir?

Ok it looks like I’ll still need to figure out something to manage automatic compilation with Mix. EETF is purely Rust code.

I could take the existing Rustler Mix code, as linked above, and re-purpose it to manage the Rust files.

I think that’s what I’m really asking. Rustler is really nice in that it can identify if compilation is needed and sets up taking care of the paths and binaries.

EETF by itself is not enough to make a project tying both Elixir and Rustl together very automatic. This is probably why Rustler is so much more popular.