summaryrefslogtreecommitdiff
path: root/rust/src/websocket
AgeCommit message (Collapse)Author
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy ↵Mason Reed
conversion can be tolerated Still need to go and audit all usage, but realistically the most important places to give the user control are with symbols, where the data can come from non utf8 sources This is still incomplete, I just looked for usage of -> BnString so any other variant was omitted.
2025-02-07Implement Rust WebsocketProviderRubens Brandao