A utility crate for parsing the text file you get when exporting a WhatsApp conversation.
Examples
The main purpose of this crate is the [parse()] function for parsing
source text into [Message]s and [ParseError]s.
use ;
let src = r#"
31/10/19, 16:16 - Michael-F-Bryan: This is a message!
31/10/19, 14:13 - +60 12-345 6789: IMG-20191031-WA0005.jpg (file attached)
"#;
let parsed = dbg!;
assert!;
assert_eq!;
assert_eq!;
let expected_body = from;
assert_eq!;
assert_eq!;
Cargo Features
To help reduce compile times some features have been hidden behind cargo feature flags.
serde-1- implements serialization for exported types