wa_msg_parser 0.1.0

a little Library to parse the Whatsapp Message Export txt to a Message Struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "wa_msg_parser"

version = "0.1.0"

edition = "2024"

description = "a little Library to parse the Whatsapp Message Export txt to a Message Struct"

authors = ["Shadowdara"]

license = "Apache-2.0"

repository = "https://github.com/shadowdara/wa_msg_parser"

readme = "README.md"



[dependencies]

regex = "1.11"