morpheus_network::mainloop::bare_metal

Function parse_ipv4

Source
fn parse_ipv4(s: &str) -> Option<Ipv4Address>
Expand description

Parse IPv4 address from string without allocation. Format: “a.b.c.d” where a,b,c,d are 0-255.