Crates.io | aeronet_channel |
lib.rs | aeronet_channel |
version | |
source | src |
created_at | 2023-10-07 17:05:14.180678 |
updated_at | 2024-11-30 16:15:02.023242 |
description | In-memory MPSC channel IO layer implementation for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 996481 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
aeronet_channel
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.