| Crates.io | memory-socket |
| lib.rs | memory-socket |
| version | 0.2.0 |
| created_at | 2019-10-08 22:17:35.27625+00 |
| updated_at | 2020-06-04 15:47:51.411745+00 |
| description | In-memory socket abstraction |
| homepage | |
| repository | https://github.com/bmwill/memory-socket |
| max_upload_size | |
| id | 170913 |
| size | 42,287 |
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.
async: Adds async support for MemorySocket and MemoryListenerThis project is available under the terms of either the Apache 2.0 license or the MIT license.