imessage-database 4.0.0

Parsers and tools to interact with iMessage SQLite data
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*!
 Data structures and models used to parse and represent message data.
*/

pub use message::{Message, ParsedBody};

pub(crate) mod body;
pub mod message;
pub mod models;
pub(crate) mod query_parts;
mod tests;