summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-05-13 12:04:34 -0400
committerKyleMiles <krm504@nyu.edu>2021-05-13 12:23:02 -0400
commit67e40a89067e4d5ea0481ec160e033a0d626145e (patch)
tree307155699d239de7f3dca4fdb42adec6850c82a2 /rust
parent23d93a4e5fb086bfb5b8a5af0607510f474f3dbc (diff)
Make it even more clear that the Rust bindings are under construction
Diffstat (limited to 'rust')
-rw-r--r--rust/README.md2
-rw-r--r--rust/under_construction.pngbin0 -> 101136 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/rust/README.md b/rust/README.md
index 533494d6..60be28b2 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -1,5 +1,7 @@
# BinaryNinja-rs
+<img align="right" src="./under_construction.png" width="175" height="175">
+
> :warning: **These bindings are in a very early beta, only have partial support for the core APIs and are still actively under development. Compatibility _will_ break and conventions _will_ change! They are being used for core Binary Ninja features however, so we expect much of what is already there to be reliable enough to build on, just don't be surprised if your plugins/scripts need to hit a moving target.**
> :warning: This project requires Rust Nightly to build with those fancy linker arguments
diff --git a/rust/under_construction.png b/rust/under_construction.png
new file mode 100644
index 00000000..e39b1ed4
--- /dev/null
+++ b/rust/under_construction.png
Binary files differ