diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-10-25 14:46:54 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-10-25 14:46:54 -0400 |
| commit | fe9e37f6fc5a632bc022a3329b80c7ddd7afc499 (patch) | |
| tree | 45e912feea0e484a4090f471eace8b20bd5fac7e /rust/README.md | |
| parent | 84c782175a002a0a62ba1b00234de6b89380c9fc (diff) | |
DWARF Import : Better detection and handling of malformed DWARF info; Resolves #4682
Diffstat (limited to 'rust/README.md')
| -rw-r--r-- | rust/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/README.md b/rust/README.md index a84fccf6..120af814 100644 --- a/rust/README.md +++ b/rust/README.md @@ -7,6 +7,12 @@ > :warning: This project runs on Rust version `stable-2022-12-15` +## Contributing + +:warning: If you're thinking of contributing to the Rust API, we encourage you to join the #rust-api channel in our Slack: https://slack.binary.ninja, especially for large-effort PRs. +Add a "Contributing" section to the Rust API readme + + ## Dependencies Having BinaryNinja installed (and your license registered) |
