dhcprs 0.1.3

A library for encoding and decoding DHCP/BOOTP packets
Documentation
  • Coverage
  • 5.47%
    7 out of 128 items documented0 out of 16 items with examples
  • Size
  • Source code size: 85.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • xnoe/dhcprs
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xnoe

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.