Elixir and Rust with Rustler
It is possible to use Rustler to write Erlang NIFs in a safe Rust environment. As a result, it is safe to assume that the BEAM cannot be compromised in any manner (Erlang VM). The library handles the encoding and decoding of Erlang words and catches rust panics before they unwind into C. It also […]
Continue Reading