From 67e40a89067e4d5ea0481ec160e033a0d626145e Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 13 May 2021 12:04:34 -0400 Subject: Make it even more clear that the Rust bindings are under construction --- rust/README.md | 2 ++ rust/under_construction.png | Bin 0 -> 101136 bytes 2 files changed, 2 insertions(+) create mode 100644 rust/under_construction.png 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 + + > :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 Binary files /dev/null and b/rust/under_construction.png differ -- cgit v1.3.1