avmnif-rs 0.1.0

Safe NIF toolkit for AtomVM written in Rust
Documentation

avmnif-rs

A tiny, no-std-friendly toolkit for writing AtomVM NIFs in safe Rust.

AtomVM embeds the Erlang/Elixir VM on micro-controllers. avmnif-rs lets you expose native Rust functions (“NIFs”) to that VM without touching unsafe C boilerplate.

$ cargo add avmnif-rs