Crate multistream

Crate multistream 

Source
Expand description

Multistream provides some simple abstrations for streaming client and servers. Check out the examples to help you get started.

Structs§

CertAndKeyFilePaths
Simple structure that holds file paths to the TLS certificate and key
Client
This structure represents your client connection to the server
Server
Represents a server! Get ready for all those new connections
StreamClient
This structure represents a connected client

Enums§

StreamListener
This is the underlying listener handle for the server