Announcing new low-level WebSocket library: websocket-sans-io (crates.io)
from _Vi@programming.dev to rust@programming.dev on 15 Nov 2023 21:03
https://programming.dev/post/5929918

This is a #[no_std]-friendly library for encoding and decoding WebSocket frames.

It does not offer full WebSocket experience like Tungstenite, only the part where you need to deal with bits and bytes.

It works completely without using memory allocator. You meed to assemble WebSocket messages chunk by chunk yourself though.

#rust

threaded - newest