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

#5 in #dhcp

Download history 133/week @ 2024-11-30 158/week @ 2024-12-07 150/week @ 2024-12-14 71/week @ 2024-12-21 117/week @ 2024-12-28 107/week @ 2025-01-04 97/week @ 2025-01-11 103/week @ 2025-01-18 86/week @ 2025-01-25 116/week @ 2025-02-01 104/week @ 2025-02-08 100/week @ 2025-02-15 103/week @ 2025-02-22 92/week @ 2025-03-01 76/week @ 2025-03-08 99/week @ 2025-03-15

386 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
~58K SLoC