websocket-std 0.0.6

Websocket implementation using std support, focus on microcontrollers and interoperability with other languages like C through the ffi.
Documentation
1
2
3
4
5
6
7
pub mod frame;
pub mod header;
pub mod mask;
pub mod status_code;
pub mod key;
#[cfg(test)]
mod test;