r2pipe 0.1.0

Library to interact with radare2 using r2pipes.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
r2pipe.rs
=========

The Rust Crate to interact with radare2.
Please check [Documentation](https://radare.github.io/r2pipe.rs) to get
started.


TODO
----
* Support async API
* Support HTTP connectivity
* Add custom r2 start flags for spawn method
* Add plain TCP api
* Better error handling