rusterlium / erlang_nif-sys

Low level bindings to Erlang NIF API for Rust
Apache License 2.0
90 stars 19 forks source link

Support NIF version 2.10 #10

Closed nlfiedler closed 8 years ago

nlfiedler commented 8 years ago

cargo test passes

goertzenator commented 8 years ago

This is a good start but doesn't add the 3 new time functions to the API. It looks like some new structs/types will need to be added to lib.rs. I haven't looked at the new stuff up-close yet.

goertzenator commented 8 years ago

Let me know if you are going to take a swing at those other bits. If not I'll take a look at it.

nlfiedler commented 8 years ago

Yeah, I definitely don't know what I'm doing with respect to this. I'd like to learn, but I should take my time. I'll close this for now. Thanks.

goertzenator commented 8 years ago

Reopening this because its the basis of a complete 2.10 update.