| Crates.io | aeronet_channel |
| lib.rs | aeronet_channel |
| version | 0.16.1 |
| created_at | 2023-10-07 17:05:14.180678+00 |
| updated_at | 2025-09-25 20:38:17.789173+00 |
| description | In-memory MPSC channel IO layer implementation for `aeronet` |
| homepage | |
| repository | https://github.com/aecsocket/aeronet |
| max_upload_size | |
| id | 996481 |
| size | 177,344 |
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.