Crate memsocket[][src]

memsocket provides a asynchronous socket-like interface for connecting clients and servers in-memory.

The new method returns a pair of objects, both of which are AsyncRead and AsyncWrite. Data written to one can be read from the other, and vice versa, thus emulating a socket interface.

Structs

Socket

Functions

new