memory-socket
memory-socket copied to clipboard
An in-memory socket abstraction for Rust
trafficstars
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 forMemorySocketandMemoryListener
License
This project is available under the terms of either the Apache 2.0 license or the MIT license.