Expand description
Re-exports§
Modules§
- client
- Used to send/receive Messages to/from a DHCP server.
- message
- Information sent over a UDP connection between a DHCP client and server
- server
- Used to send/receive Messages to/from a DHCP client.
Functions§
- init_
logger - Writes to stdout with a default level of “info” that can
be changed with the
RUST_LOGenvironment variable.
Type Aliases§
- Result
- Wraps Result from std, but currently doesn’t provide a custom error type