https://github.com/alyssais/memsocket
An asynchronous in-memory socket-like interface for Rust
https://github.com/alyssais/memsocket
asynchronous in-memory socket tokio
Last synced: 10 days ago
JSON representation
An asynchronous in-memory socket-like interface for Rust
- Host: GitHub
- URL: https://github.com/alyssais/memsocket
- Owner: alyssais
- License: mpl-2.0
- Created: 2018-06-09T10:37:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T21:35:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T22:17:31.885Z (7 months ago)
- Topics: asynchronous, in-memory, socket, tokio
- Language: Rust
- Homepage: https://crates.io/crates/memsocket
- Size: 49.8 KB
- Stars: 35
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memsocket
An asynchronous socket-like interface for Rust, for when you want clients and
servers to be able to communicate entirely in memory.