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

#2158 in Network programming

Download history 51/week @ 2024-07-01 29/week @ 2024-07-08 45/week @ 2024-07-15 30/week @ 2024-07-22 291/week @ 2024-07-29 37/week @ 2024-08-05 49/week @ 2024-08-12 48/week @ 2024-08-19 357/week @ 2024-08-26 226/week @ 2024-09-02 128/week @ 2024-09-09 57/week @ 2024-09-16 243/week @ 2024-09-23 147/week @ 2024-09-30 162/week @ 2024-10-07 162/week @ 2024-10-14

720 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