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!