dhcp4r

Crates.iodhcp4r
lib.rsdhcp4r
version0.2.3
sourcesrc
created_at2016-10-06 10:51:48.456096
updated_at2021-09-12 22:24:15.343322
descriptionIPv4 DHCP library with working server example.
homepage
repositoryhttps://github.com/krolaw/dhcp4r
max_upload_size
id6734
size46,957
Lane Kolbly (lkolbly)

documentation

README

DHCP4r - A DHCP library written in Rust.

Author

http://richard.warburton.it/

Quick Start

See examples/server.rs for how to use this library to create a basic server. If you have cargo installed, you can run the example server:

$ cargo run --example server
Commit count: 37

cargo fmt