Writing Rust NIFs for Elixir with Rustler

Niklas Long describes the upcoming changes to Rustler and how it simplifies implementing NIFs. Read more

Similar

Fallible Iterator Adapters in Rust

A great aspect of the Rust stdlib is that many common operations are provided with a shared idiom. Rather than say having to remember how to write a correct sort function by hand, the stdlib provides a fast one for you. (more…)

Read more »