Expand description
Use attachments to sync large binary files between peers.
Modules§
- Fetcher
Version - Type-level
enumto distinguish between aDittoAttachmentFetcherthat can and must be cancelled, and the legacy behavior where it was auto-cancelled on drop.
Structs§
- Ditto
Attachment - Represents an attachment and can be used to insert the associated attachment into a document at a specific key.
- Ditto
Attachment Fetcher - The output of
store.fetch_attachment(). - Ditto
Attachment Token - Serves as a token for a specific attachment that you can pass to a call to
fetch_attachment.
Enums§
- Ditto
Attachment Fetch Event - A representation of the events that can occur in relation to an attachment fetch.
Traits§
- Ditto
Attachment Token Like - Trait abstracting over
DittoAttachmentTokenand aQueryResultItem::value()matching an inputDittoAttachment.