pub fn parse_message_fast(
text: &str,
) -> Result<(MessageType, OwnedValue), &'static str>Expand description
Parse message using thread-local parser (highest performance)
pub fn parse_message_fast(
text: &str,
) -> Result<(MessageType, OwnedValue), &'static str>Parse message using thread-local parser (highest performance)