Crates.io | edge-net |
lib.rs | edge-net |
version | 0.11.2 |
created_at | 2022-11-20 14:31:42.417986+00 |
updated_at | 2025-08-28 06:32:14.394899+00 |
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 |
size | 100,513 |
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!