Sunny Gonnabathula

Results 57 comments of Sunny Gonnabathula

Requesting comments on an updated PR for this enhancement here: https://github.com/rusterlium/rustler/pull/232

@scrogson @filmor

@scrogson fantastic, looking forward to them!

@scrogson As you might remember, I had that in the original PR. I changed it because the original solution required your NIF to be `Env`-aware, which was fine with the...

2 things: 1. the last comment looks fine, but one thing to note: are the flags required, or are you specifying it to just highlight that they might differ from...

> The schedule flag should be allowed to override the original NIF when needed. I personally haven't found a direct need for this, but I have heard of some instances...

@scrogson so I wasn't able to work around the scoping issue, but have now added a `reschedule` macro that I think gets us the best of both worlds in terms...

@evnu Lemme take another look at this, I might be able to improve the API a bit. Otherwise it works.

@cgregfreeman Wrote a library called [serde_rustler](https://github.com/sunny-g/serde_rustler/tree/master/serde_rustler) that should help with this :)

@hansihe wrote a library pertaining to the issue: [serde_rustler](https://github.com/sunny-g/serde_rustler/tree/master/serde_rustler) provides a Serializer and Deserializer for directly encoding/decoding Rust types to/from Elixir terms. [Encoding](https://github.com/sunny-g/serde_rustler/blob/master/serde_rustler_tests/output/encode.md) and [decoding](https://github.com/sunny-g/serde_rustler/blob/master/serde_rustler_tests/output/decode.md) benchmarks look promising (like, *insanely,...