aeronet_channel

Crates.ioaeronet_channel
lib.rsaeronet_channel
version0.14.0
created_at2023-10-07 17:05:14.180678+00
updated_at2025-04-28 09:47:22.271444+00
descriptionIn-memory MPSC channel IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id996481
size174,060
(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: 681

cargo fmt