[](https://github.com/radareorg/r2pipe.rs/actions/workflows/main.yml)
[](https://docs.rs/r2pipe)
[](https://crates.io/crates/r2pipe)
[](
https://github.com/radareorg/r2pipe.rs)
r2pipe.rs
=========
The Rust Crate to interact with radare2.
Please check [Documentation](https://docs.rs/r2pipe/latest/r2pipe/) to get
started.
**NOTICE**
Structures and API functions have been moved to [radare2-r2pipe-api](https://github.com/radare/radare2-r2pipe-api)
repository. Please make sure you update your dependencies and imports.
TODO
----
* Support futures API
* Add custom r2 start flags for spawn method
* Better error handling
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.