aeronet_channel

Crates.ioaeronet_channel
lib.rsaeronet_channel
version
sourcesrc
created_at2023-10-07 17:05:14.180678
updated_at2024-11-30 16:15:02.023242
descriptionIn-memory MPSC channel IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id996481
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`
size0
(aecsocket)

documentation

README

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.

Commit count: 657

cargo fmt