Expand description
Based on Duncan’s fantastic Scuttlebutt Protocol Guide (repo), which he graciously released into the public domain.
Modules§
- sync
- Experimental synchronous implementation, using
genioRead/Writetraits, mostly for no_std environments.
Enums§
Functions§
- client_
side - Perform the client side of the handshake over an
AsyncRead + AsyncWritestream. Closes the stream on handshake failure. - server_
side - Perform the server side of the handshake using the given
AsyncRead + AsyncWritestream. Closes the stream on handshake failure.