Skip Navigation

Announcing new low-level WebSocket library: websocket-sans-io

crates.io /crates/websocket-sans-io

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.

0
0 comments