Use rustler's builtin serde support#26
Conversation
|
Oh awesome, I didn't know Rustler had integrated Serde support now! Although it does look like it inherited the weird behavior of serde_rustler that forced me fork it, where the I'd love to use Rustler's built-in Serde, but it would need to match Jsonrs's existing behavior so we aren't regressing a bunch of bugs and breaking compatibility. |
|
Thank you, that is exactly the input I was looking for. Would you mind opening an issue for this on the Rustler repo? |
|
@filmor that would be a nice change, then I could get rid of these lines in fast_rss |
|
The ok/error serialization is fixed in Rustler (rusterlium/rustler#639), so now this PR is just waiting on Rustler to add the ability to register custom struct deserializers. |
6c07830 to
b95b69a
Compare
No description provided.