Function parse_message_fast

Source
pub fn parse_message_fast(
    text: &str,
) -> Result<(MessageType, OwnedValue), &'static str>
Expand description

Parse message using thread-local parser (highest performance)