dhcprs

Crates.iodhcprs
lib.rsdhcprs
version0.1.3
sourcesrc
created_at2022-09-23 13:09:13.76877
updated_at2022-10-25 22:16:06.531736
descriptionA library for encoding and decoding DHCP/BOOTP packets
homepage
repositoryhttps://github.com/xnoe/dhcprs
max_upload_size
id672492
size85,503
Xnoe (xnoe)

documentation

README

dhcprs

DHCP/BOOTP packet encode/decode library.

The purpose of this library is to provide an easy to use interface over DHCP, BOOTP and UDP packets to enable the creation of programs that make use of DHCP.

BOOTP specific functionality is provided by the dhcprs::bootp module. DHCP specific functionality is provided by the dhcprs::dhcp module. There is additionally simple UDP packet encode/decode provided by the dhcprs::udpbuilder.

Commit count: 9

cargo fmt