3 releases (breaking)
0.2.0 | Jun 4, 2020 |
---|---|
0.1.0 | May 7, 2020 |
0.0.0 | Oct 8, 2019 |
#68 in #socket
21KB
273 lines
memory-socket
Provides an in-memory socket abstraction.
The memory-socket
crate provides the MemoryListener
and MemorySocket
types which can
be thought of as in-memory versions of the standard library TcpListener
and TcpStream
types.
Feature flags
async
: Adds async support forMemorySocket
andMemoryListener
License
This project is available under the terms of either the Apache 2.0 license or the MIT license.
Dependencies
~460–620KB
~10K SLoC