Crates.io | aeronet_io |
lib.rs | aeronet_io |
version | |
source | src |
created_at | 2024-11-07 22:09:59.738843 |
updated_at | 2024-11-30 16:12:40.118725 |
description | IO abstraction primitives for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 1440345 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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_io
Defines IO layer primitives and abstractions, which may be used by IO layer implementations and code which is abstract over the specific IO layer.
The heart of this layer is the [Session
] component.