| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-12 | [Rust] Simplify `BnStrCompatible` trait | Mason Reed | |
| Followup to https://github.com/Vector35/binaryninja-api/pull/5897/ This simplifies usage of the trait in user code, should just be able to `to_cstr` to get the cstr repr and then call `as_ptr`. Co-authored-by: Michael Krasnitski <michael.krasnitski@gmail.com> | |||
| 2025-02-26 | Remove module level `Session` initialization in Rust unit tests | Mason Reed | |
| This was preventing the enterprise license checkout from dropping, also the initialization story is much better than it was when we added the rstest fixtures, we can get away with initialization in parallel more broadly. | |||
| 2025-02-07 | Implement Rust WebsocketProvider | Rubens Brandao | |
