summaryrefslogtreecommitdiff
path: root/rust/examples
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/examples
parent568050e3cf5e96e134931181de14885e5b64d735 (diff)
Rust API : Major docs update (still need detailed module and function documentation)
Diffstat (limited to 'rust/examples')
-rw-r--r--rust/examples/template/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/rust/examples/template/README.md b/rust/examples/template/README.md
index 998a9cd2..1466ef24 100644
--- a/rust/examples/template/README.md
+++ b/rust/examples/template/README.md
@@ -1,8 +1,8 @@
# Template
-[The only official method of providing linker arguments to a crate is through that crate's `build.rs`](https://github.com/rust-lang/cargo/issues/9554), thus this template.
+[The only official method of providing linker arguments to a crate is through that crate's `build.rs`](https://github.com/rust-lang/cargo/issues/9554), thus this template.
-Please see `Cargo.toml` for further configuration options.
+Please see `Cargo.toml` for further configuration options.
## Plugins
@@ -15,5 +15,5 @@ in `Cargo.toml`.
## Standalone executables
-All standalone executables should call both `binaryninja::headless::init()` and `binaryninja::headless::shutdown()` (see [`src/main.rs`](src/main.rs)).
-Standalone executables will fail to link if you do not provide a `build.rs`. The one provided here should work.
+All standalone executables should call both `binaryninja::headless::init()` and `binaryninja::headless::shutdown()` (see [`src/main.rs`](src/main.rs)).
+Standalone executables will fail to link if you do not provide a `build.rs`. The one provided here should work.