Whatsapp Export MSG Parser
a little Rust Library to parse WhatsApp Message Exports into an Vector of Messages
Message Struct
Libary includes optional conversion to serde or JSON
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