Crates.io | edge-net |
lib.rs | edge-net |
version | |
source | src |
created_at | 2022-11-20 14:31:42.417986 |
updated_at | 2025-02-02 16:08:24.930657 |
description | no_std and no-alloc async implementations of various network protocols. |
homepage | |
repository | https://github.com/ivmarkov/edge-net |
max_upload_size | |
id | 719148 |
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 |
This crate ships async + no_std
+ no-alloc implementations of various network protocols.
Suitable for microcontrollers and embedded systems in general.
rumqttc
, so needs STD)Read
/ Write
traits from embedded_io_async - for modeling TCP sockets - and UdpReceive
/ UdpSend
from edge-nal - for modeling UDP socketsPRs welcome!