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

#2045 in Network programming

Download history 52/week @ 2024-03-11 34/week @ 2024-03-18 10/week @ 2024-03-25 82/week @ 2024-04-01 16/week @ 2024-04-08 28/week @ 2024-04-15 47/week @ 2024-04-22 28/week @ 2024-04-29 12/week @ 2024-05-06 15/week @ 2024-05-13 15/week @ 2024-05-20 38/week @ 2024-05-27 50/week @ 2024-06-03 51/week @ 2024-06-10 43/week @ 2024-06-17 45/week @ 2024-06-24

196 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
~57K SLoC