Module basic
Expand description
Basics for io
Structs§
Enums§
Functions§
- parse_
bool - r“(true)(false)“
- parse_
digits - r“[0-9]+“
- parse_
ident - r“[a-zA-Z0-9_-./]+“
- parse_
ipv4_ dotted - r“[<=255].[<=255].[<=255].[<=255]“
- parse_
ipv4_ num - r“[<=u32::MAX]“
- parse_
port - “<port_prefix>[0-9/\.-]+”
- parse_
port_ prefix - r“self|gi|xe|ge|te|et|so|fa|ds“