erlang_nif-sys icon indicating copy to clipboard operation
erlang_nif-sys copied to clipboard

Low level bindings to Erlang NIF API for Rust

Results 13 erlang_nif-sys issues
Sort by recently updated
recently updated
newest added

While working on `Ruster`, I've discovered that the resource functions in `erlang_nif-sys` may have the wrong mutability: ``` Rust fn enif_alloc_resource(_type: *mut ErlNifResourceType, size: size_t) -> *mut c_void fn enif_release_resource(obj:...

Give useful build errors when `escript` or `cc` are not available.

@scrogson or @hansihe, could one of you please archive this repo?