wa_msg_parser 0.2.3

a little Library to parse the Whatsapp Message Export txt to a Message Struct
Documentation

Whatsapp Export MSG Parser

a little Rust Library to parse WhatsApp Message Exports into an Vector of Messages

Message Struct

pub struct Message {
    pub date: String,
    pub datetime: String,
    pub sender: String,
    pub message: String,
}

Libary includes optional conversion to serde or JSON