Rust NIFs in Elixir

Rustler – Native Implemented Functions (NIFs) in Rust from Elixir Read more

Similar

An unsafe tour of Rust’s Send and Sync

Rust’s concurrency safety is based around the Send and Sync traits. For people writing safe code, you don’t really need to understand these traits on a deep level, only enough to satisfy the compiler when it spits errors at you (or switch from std threads... (more…)

Read more »