pub fn parse_messages(
    messages: &[RawMessage],
    options: &ParseStringOptions,
) -> Vec<Message>Expand description
Parses and array of raw messages into an array of structured objects.
pub fn parse_messages(
    messages: &[RawMessage],
    options: &ParseStringOptions,
) -> Vec<Message>Parses and array of raw messages into an array of structured objects.