| Crates.io | wa_msg_parser |
| lib.rs | wa_msg_parser |
| version | 0.2.3 |
| created_at | 2025-11-02 21:34:07.942251+00 |
| updated_at | 2025-11-02 22:54:45.270644+00 |
| description | a little Library to parse the Whatsapp Message Export txt to a Message Struct |
| homepage | |
| repository | https://github.com/shadowdara/wa_msg_parser |
| max_upload_size | |
| id | 1913589 |
| size | 24,336 |
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