/ruster_unsafe

Low level bindings to Erlang NIF API for Rust

Primary LanguageErlangApache License 2.0Apache-2.0

Ruster (unsafe)

A crate for creating Erlang NIF modules in Rust. This crate exposes the raw C NIF API which can be used directly or as a foundation for higher layer interface crates.

See the crate documention.

See ruster_unsafe_demo.

Thanks go to Radosław Szymczyszyn for bootstrapping me on this Rust FFI adventure and providing the original automatic bindings.