We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we use the version of NIF 2.15, which is for Erlang/OTP 22. We think using this version is reasonable since this is the default for Rustler, and we don't think newer features of NIF and OTP. https://github.com/biyooon-ex/zenohex/blob/main/native/zenohex_nif/Cargo.toml#L15 https://github.com/rusterlium/rustler?tab=readme-ov-file#supported-nif-version
2.15
However, we also think using a newer version of NIF could make this library even better.
We have recorded this Issue to note this possibility and explain why we are currently specifying NIF 2.15.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we use the version of NIF
2.15
, which is for Erlang/OTP 22.We think using this version is reasonable since this is the default for Rustler, and we don't think newer features of NIF and OTP.
https://github.com/biyooon-ex/zenohex/blob/main/native/zenohex_nif/Cargo.toml#L15
https://github.com/rusterlium/rustler?tab=readme-ov-file#supported-nif-version
However, we also think using a newer version of NIF could make this library even better.
We have recorded this Issue to note this possibility and explain why we are currently specifying NIF 2.15.
The text was updated successfully, but these errors were encountered: