Functions§
- is_
token - Checks if a given character is a token (RFC3261: Page 221, “token”)
- parse_
byte_ vec - Parse Input as a vector of bytes.
- parse_
f32 - Parse input as an f32 using
Parse::parse
. - parse_
ip_ address - parse_
possibly_ quoted_ string - parse_
quoted_ string - parse_
string - parse_
u8 - Parse unsigned 8 bit integer using
Parse::parse
. - parse_
u16 - Parse unsigned 16 bit integer using
Parse::parse
. - parse_
u32 - Parse unsigned 32 bit integer using
Parse::parse
. - slice_
to_ string - Parse input as a string using
String::from_utf8
. - slice_
to_ string_ nullable