R2pipe.rs Versions Save

Rust crate for r2pipe

0.7.0

1 year ago
  • Support r2 as shlib
  • Fix "Cannot find executable" issue on windows
  • Add call and callj methods (in sync with r2-5.8)
  • Add default implementation for cmdj
  • General cleanup and Box more types

0.6.0

2 years ago
  • replace single reqwest::get with tcpstream, remove dependency
  • Taking Pipe child process handle
  • Wait for child on close
  • Use clippy and fmt in the CI
  • Use Result/Error pattern instead of panic approach
  • Use unified Error type for handling problems