summaryrefslogtreecommitdiff
path: root/rust/tests/websocket.rs
AgeCommit message (Expand)Author
2026-02-23[Rust] Ensure proper lifetime management of `WebsocketClientCallback` objectsMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-02-26Remove module level `Session` initialization in Rust unit testsMason Reed
2025-02-07Implement Rust WebsocketProviderRubens Brandao