Expand description
Persistent data storage
In this module, you will find the traits and implementations for long-term data storage for your XMPP client, server, or component. In particular, the following modules:
- blob contains binary storage
Re-exports
pub use blob::BlobEntry;
pub use blob::BlobStoreFS;
pub use blob::BlobStoreInterface;
pub use blob::BlobTable;
pub use blob::BlobTableInterface;
pub use blob::TABLE_AVATAR;
Modules
- Binary blob storage
Structs
- Any error when loading/saving data with a data store.