Skip to content
New issue

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

Consider using rustler instead of erlang_nif-sys #2

Closed
nlfiedler opened this issue Feb 16, 2017 · 0 comments · Fixed by #3
Closed

Consider using rustler instead of erlang_nif-sys #2

nlfiedler opened this issue Feb 16, 2017 · 0 comments · Fixed by #3

Comments

@nlfiedler
Copy link
Owner

http://hansihe.com/2017/02/05/rustler-safe-erlang-elixir-nifs-in-rust.html

Looks easier to use than erlang_nif-sys.

mjsir911 added a commit to mjsir911/epwd.rs that referenced this issue Jun 13, 2021
This was a long time coming

Fixes: nlfiedler#2

Breaking change: Returns a map instead of a property list

Rustler natively handles going from rust structs to maps & I didn't have
much luck writing a property list macro.
Progress for that is found at mjsir911/rustler#msirabella/proplist
mjsir911 added a commit to mjsir911/epwd.rs that referenced this issue Jun 13, 2021
This was a long time coming

Fixes: nlfiedler#2

Breaking change: Returns a map instead of a property list

Rustler natively handles going from rust structs to maps & I didn't have
much luck writing a property list macro.
Progress for that is found at mjsir911/rustler#msirabella/proplist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant