Crate aeronet_channel

Source
Expand description

§aeronet_channel

crates.io docs.rs

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.

Structs§