Module net
Available on crate feature
net only.Expand description
Provides network access.
The network link to use is selected through Cargo features.
Additionally, the ariel_os::config attribute macro allows to provide
custom network configuration.
Functions§
- network_
stack - Returns a new
NetworkStack.
Type Aliases§
- Network
Stack - A network stack.