summaryrefslogtreecommitdiff
path: root/rust/README.md
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2022-08-31 15:39:41 -0400
committerKyleMiles <krm504@nyu.edu>2022-08-31 16:00:50 -0400
commit8a66d88d33253bce6f1efc278abe805575e81c1d (patch)
treeb6b717cbe6f6600b7b8516724d6ac56e53e360af /rust/README.md
parent568050e3cf5e96e134931181de14885e5b64d735 (diff)
Rust API : Major docs update (still need detailed module and function documentation)
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/rust/README.md b/rust/README.md
index 15f00e80..80cd287e 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -9,9 +9,9 @@
## Dependencies
-Having BinaryNinja installed (and your license registered)
-Clang
-Rust
+Having BinaryNinja installed (and your license registered)
+Clang
+Rust
## How to use
@@ -40,9 +40,9 @@ 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.
+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.
---