toe-beans 0.10.0

DHCP library, client, and server
Documentation
1
2
/// Wraps Result from std, but currently doesn't provide a custom error type
pub type Result<T> = std::result::Result<T, &'static str>;