Skip to content

Commit ef2c40b

Browse files
committed
Add more info to the rust README.md
1 parent 08c38c1 commit ef2c40b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rust/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ fn main() {
3737
}
3838
```
3939

40+
More examples can be found in [here](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples).
41+
4042
## Getting Started
4143

4244
### Requirements
@@ -101,6 +103,8 @@ pub extern "C" fn CorePluginInit() -> bool {
101103
}
102104
```
103105

106+
Examples for writing a plugin can be found [here](https://github.com/Vector35/binaryninja-api/tree/dev/plugins).
107+
104108
### Write a Standalone Executable
105109

106110
If you have a headless supporting license you are able to use Binary Ninja as a regular dynamically loaded library.
@@ -139,9 +143,12 @@ If you're thinking of contributing to the Rust API, we encourage you to join the
139143
This project makes use of:
140144
- [log] ([log license] - MIT)
141145
- [rayon] ([rayon license] - MIT)
146+
- [thiserror] ([thiserror license] - MIT)
142147

143148
[log]: https://github.com/rust-lang/log
144149
[log license]: https://github.com/rust-lang/log/blob/master/LICENSE-MIT
145150
[rayon]: https://github.com/rayon-rs/rayon
146151
[rayon license]: https://github.com/rayon-rs/rayon/blob/master/LICENSE-MIT
152+
[thiserror]: https://github.com/dtolnay/thiserror
153+
[thiserror license]: https://github.com/dtolnay/thiserror/blob/master/LICENSE-MIT
147154
[Binary Ninja]: https://binary.ninja

0 commit comments

Comments
 (0)