Module w5500::net

source ·
Expand description

Networking data types.

There may a standard for embedded networking in the future, see rust-embedded issue 348 and RFC 2832

This is mostly ripped directly from std::net.

Structs

An IPv4 address.
MAC address struct. Can be instantiated with MacAddress::new.