diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-12-05 13:05:44 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-12-05 13:05:44 -0500 |
| commit | ae144062dbdb047b924c2071a37a8154864cb07b (patch) | |
| tree | bd4237b33e29dde60ae49ea60cef3e7d4a4abe54 /rust/README.md | |
| parent | b02b6584f7da7d22c82f7d9839f55ea38e51de95 (diff) | |
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.
Diffstat (limited to 'rust/README.md')
| -rw-r--r-- | rust/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
