We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Inspect new nif version at https://github.com/erlang/otp/blob/master/erts/emulator/beam/erl_nif.h and add new version_opts() clause at https://github.com/rusterlium/erlang_nif-sys/blob/master/gen_api.erl#L33 .
version_opts()
Inspect new nif functions at https://github.com/erlang/otp/blob/master/erts/emulator/beam/erl_nif_api_funcs.h and add them to api_list() at https://github.com/rusterlium/erlang_nif-sys/blob/master/gen_api.erl#L324 . Add new datatypes to https://github.com/rusterlium/erlang_nif-sys/blob/master/src/erlang_nif_sys_api.rs as needed.
api_list()
Add tests.
cargo test