diff options
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 |
