Sonny Scroggin
Sonny Scroggin
@cgregfreeman using JSON back and forth is unnecessary overhead. This is issue is geared towards being able to pass in maps or keyword lists (a list of 2-element tuples where...
@lpil currently, the `rustler_mix` project is a `mix` compiler. There is [this issue](https://github.com/hansihe/rustler/issues/85) which asks about `rebar3` support. I think we should definitely provide some guidance about that but haven't...
@OvermindDL1 I think the main thing is people who are building a project exclusively with `erlang` may not want to bring `elixir` into their project just to compile a `rust`...
@davydog187, @evnu can one of you provide a little bit more detail into what your expectations are for this? Is this so that you don't have to wrap external types...
I see. Yeah, rust's orphan rules make this pretty interesting. I'm not sure exactly how to go about supporting this. But if `serde` was able to get around it, maybe...
It seems like if we supported encoding/decoding with serde's traits, we would still have the issue of not all types deriving `Deserialize` and `Serialize`. Does that sound right? If so,...
Just to chime in here. I’d love to see `serde_rustler` pulled into the `rustler` repo/workspace. I used it recently on https://github.com/scrogson/no-way-jose and I was thoroughly impressed. @sunny-g excellent work!
I started integrating this into rustler over the weekend.
Just thinking about naming...does it make more sense to call it `rebar3_cargo`?