Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 274 Bytes

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