radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

Replace rustc_serialize with serde #20

Closed jrozner closed 7 years ago

jrozner commented 7 years ago

The rustc_serialize crate for serialization has been deprecated in favor of serde.

jrozner commented 7 years ago

Just added some additional cleanup to fix one of the examples and make recv_json actually return a serde_json::Value instead of a string like it did originally with a rustc_serialize::Json. There's still a bunch of cleanup that should probably happen with the error types but I can throw that together into another pull request.