summaryrefslogtreecommitdiff
path: root/rust/src/websocket/client.rs
AgeCommit message (Collapse)Author
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason 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-07Implement Rust WebsocketProviderRubens Brandao