Crates.io | aeronet_io |
lib.rs | aeronet_io |
version | 0.14.0 |
created_at | 2024-11-07 22:09:59.738843+00 |
updated_at | 2025-04-28 09:44:46.060157+00 |
description | IO abstraction primitives for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 1440345 |
size | 59,909 |
Defines networking IO layer primitives and abstractions for aeronet
, which may be used by both implementations of a specific IO layer, and consumers of any IO layer.
The heart of this layer is the [Session
] component.