wa_msg_parser

Crates.iowa_msg_parser
lib.rswa_msg_parser
version0.2.3
created_at2025-11-02 21:34:07.942251+00
updated_at2025-11-02 22:54:45.270644+00
descriptiona little Library to parse the Whatsapp Message Export txt to a Message Struct
homepage
repositoryhttps://github.com/shadowdara/wa_msg_parser
max_upload_size
id1913589
size24,336
(ShadowDara)

documentation

README

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

Commit count: 0

cargo fmt