1 2 3 4 5 6 7
pub mod address; pub mod dhcp_client; pub mod dhcp_server; pub mod route; mod types; const BASE: &str = "rest/ip";