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