1 2 3 4 5 6 7 8 9 10 11 12 13
/*!
Representations of iMessage database tables as structs.
Many of these tables do not include all available columns. Even on the same versions
of MacOS, the schema of the iMessage database can vary.
*/
pub mod attachment;
pub mod chat;
pub mod chat_handle;
pub mod handle;
pub mod messages;
pub mod table;