Crates.io | dhcp4r |
lib.rs | dhcp4r |
version | 0.2.3 |
source | src |
created_at | 2016-10-06 10:51:48.456096 |
updated_at | 2021-09-12 22:24:15.343322 |
description | IPv4 DHCP library with working server example. |
homepage | |
repository | https://github.com/krolaw/dhcp4r |
max_upload_size | |
id | 6734 |
size | 46,957 |
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