From 8a66d88d33253bce6f1efc278abe805575e81c1d Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 31 Aug 2022 15:39:41 -0400 Subject: Rust API : Major docs update (still need detailed module and function documentation) --- rust/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rust/README.md') 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. --- -- cgit v1.3.1