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

#2010 in Network programming

Download history 4/week @ 2023-12-17 16/week @ 2023-12-31 91/week @ 2024-01-07 15/week @ 2024-01-14 13/week @ 2024-01-21 1/week @ 2024-01-28 54/week @ 2024-02-04 18/week @ 2024-02-11 60/week @ 2024-02-18 103/week @ 2024-02-25 45/week @ 2024-03-03 54/week @ 2024-03-10 35/week @ 2024-03-17 12/week @ 2024-03-24 149/week @ 2024-03-31

257 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
~53K SLoC