[][src]Module libsip::parse

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