Crate std_embedded_nal[][src]

This crate implements the embedded-nal network traits for operating systems that support the standard library's network.

UDP and TCP sockets are plainly wrapped and should behave unsuspiciously.

The DNS implementation is slightly incomplete, as the Rust standard library contains no provisions to turn IP addresses back into hosts; that call thus fails unconditionally.

All implementations use std::io::Error as their error type.

Structs

Stack

The operating system's network stack, implementing embedded_nal::UdpStack and others.

Statics

STACK