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

Download history 93/week @ 2024-12-27 123/week @ 2025-01-03 100/week @ 2025-01-10 99/week @ 2025-01-17 91/week @ 2025-01-24 100/week @ 2025-01-31 104/week @ 2025-02-07 111/week @ 2025-02-14 109/week @ 2025-02-21 97/week @ 2025-02-28 68/week @ 2025-03-07 106/week @ 2025-03-14 90/week @ 2025-03-21 77/week @ 2025-03-28 118/week @ 2025-04-04 94/week @ 2025-04-11

394 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

~2.5MB
~59K SLoC