imessage-database 4.3.0

Parsers and tools to interact with iMessage SQLite data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
 Message body models reconstructed from [`message.attributed_body`](crate::tables::messages::message::Message::attributed_body).
*/

pub use crate::tables::messages::models::{
    attachment_meta::AttachmentMeta, attributed_range::AttributedRange,
    bubble_component::BubbleComponent, filter_action::FilterAction, group_action::GroupAction,
    service::Service, shared_location::SharedLocation,
};

mod attachment_meta;
mod attributed_range;
mod bubble_component;
mod filter_action;
mod group_action;
mod service;
mod shared_location;