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

#2254 in Network programming

Download history 30/week @ 2024-07-20 287/week @ 2024-07-27 41/week @ 2024-08-03 48/week @ 2024-08-10 49/week @ 2024-08-17 308/week @ 2024-08-24 228/week @ 2024-08-31 156/week @ 2024-09-07 68/week @ 2024-09-14 207/week @ 2024-09-21 163/week @ 2024-09-28 156/week @ 2024-10-05 164/week @ 2024-10-12 147/week @ 2024-10-19 136/week @ 2024-10-26 150/week @ 2024-11-02

614 downloads per month
Used in 2 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
~58K SLoC