5 releases

0.2.3 Sep 12, 2021
0.2.2 Feb 12, 2021
0.2.1 Nov 20, 2020
0.2.0 Oct 21, 2019
0.1.0 Oct 6, 2016

#7 in #dhcp-server

Download history 153/week @ 2025-10-31 257/week @ 2025-11-07 150/week @ 2025-11-14 196/week @ 2025-11-21 183/week @ 2025-11-28 169/week @ 2025-12-05 300/week @ 2025-12-12 310/week @ 2025-12-19 157/week @ 2025-12-26 188/week @ 2026-01-02 212/week @ 2026-01-09 152/week @ 2026-01-16 146/week @ 2026-01-23 205/week @ 2026-01-30 215/week @ 2026-02-06 163/week @ 2026-02-13

748 downloads per month
Used in 3 crates

BSD-3-Clause

28KB
608 lines

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

Dependencies

~3MB
~60K SLoC