erlang_nif-sys
erlang_nif-sys copied to clipboard
Low level bindings to Erlang NIF API for Rust
I received the following error: error: failed to run custom build command for `erlang_nif-sys v0.6.4` Unsupported Erland version. Is the erlang_nif-sys version up to date in the Cargo.toml? Does 'cargo...
``` error: failed to run custom build command for `erlang_nif-sys v0.6.4` Caused by: process didn't exit successfully: `/Users/julia.boeira/Documents/bercode/native/io/target/debug/build/erlang_nif-sys-1d4db100cb37e287/build-script-build` (exit code: 101) --- stdout Unsupported Erlang version. Is the erlang_nif-sys version...
Erlang has reached version 23. We should update.
Includes support for OTP-22.
Erlang 22 is out (and in my case, my linux distro has updated), and with it comes NIF version 2.15. This means that NIFs won't build even with the latest...
It is supposed to be opaque. It should at least be of size 0.
where is gone this plugin? https://github.com/sdwolf/rebar3_rust return a not_found error now.
The recently added function `enif_make_map_from_arrays` does not appear in the [documentation](https://docs.rs/erlang_nif-sys/0.6.4/erlang_nif_sys/).
Optional pointer parameters should be wrapped with `Option`. This is an API breaking change, so disposition is to wait until there are additional reasons to break the API before making...