diff options
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/template/README.md | 8 |
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. |
