embedded, async networking, utilizing the embassy
crate for no_std
networking.
With std
feature enabled we use tokio
crate for networking.
This crate is work in progress, currently focusing on the std
part.
Adapters for no_std
DNS.
Some no_std
implementation of tokio_util::codec
:
Some no_std
implementations of tokio::io
:
It also contains a no_std
implementation of std::io::IoSlice
.