Crates.io | aeronet_channel |
lib.rs | aeronet_channel |
version | 0.14.0 |
created_at | 2023-10-07 17:05:14.180678+00 |
updated_at | 2025-04-28 09:47:22.271444+00 |
description | In-memory MPSC channel IO layer implementation for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 996481 |
size | 174,060 |
aeronet_io
implementation using flume
in-memory MPSC channels to transmit data between sessions.
This serves as both a simple reference implementation of an IO layer, and a tool for testing network code in a non-networked environment. This is not intended to be used as the primary IO layer for your app, as it cannot communicate over a network.