From ae144062dbdb047b924c2071a37a8154864cb07b Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 5 Dec 2023 13:05:44 -0500 Subject: Resolves #3714: Adds core initialization/shutdown wrapper object (to the Rust API) that you can initialize at the top of your script and it'll auto-cleanup at the end of your script. Also some misc doc fixes. --- rust/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rust/README.md') diff --git a/rust/README.md b/rust/README.md index 120af814..d2f7f1cc 100644 --- a/rust/README.md +++ b/rust/README.md @@ -46,10 +46,13 @@ See the `./examples/`. Plugin registration commands are in `binaryninja::comman binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"} ``` -All standalone binaries should call both `binaryninja::headless::init()` and `binaryninja::headless::shutdown()`. All standalone binaries need to provide a `build.rs`. See [`examples/template`](examples/template) for details. +## Docs + +Docs can be found at https://dev-rust.binary.ninja/ + --- #### Attribution -- cgit v1.3.1