Reference for Rust mechanism #464
Unanswered
alissa-tung
asked this question in
Q&A
Replies: 1 comment
-
We don't have documentation on using Rustler from Erlang (yet). With regard to your questions:
I guess you mean the
Can you further explain what you mean? For a NIF, polymorphism is implemented by dynamic dispatch on the terms passed into the NIF. NIFs itself cannot be monomorphized, as C does not have that functionality.
This might be a large topic. Do you have a more specific question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to use the rustler library to write a niflib for Erlang. I am wondering if there exists some documentation or reference about the following topics:
lib
attributes used in Cargo manifestthx a lot
Beta Was this translation helpful? Give feedback.
All reactions