aeronet_channel

Crates.ioaeronet_channel
lib.rsaeronet_channel
version0.19.0
created_at2023-10-07 17:05:14.180678+00
updated_at2026-01-19 09:42:10.569152+00
descriptionIn-memory MPSC channel IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id996481
size173,440
(aecsocket)

documentation

README

aeronet_io implementation using flume in-memory MPSC channels to transmit data between sessions.

crates.io docs.rs

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.

Commit count: 710

cargo fmt