Crate vector_sdk

Crate vector_sdk 

Source

Modules§

client
crypto
metadata
nostr
subscription
upload

Structs§

AttachmentFile
Represents a file attachment with metadata.
Channel
Represents a communication channel with a specific recipient.
ImageMetadata
Represents metadata about an image file.
NostrClient
Nostr client
VectorBot
A vector bot that can send and receive private messages.

Functions§

calculate_file_hash
Calculate SHA-256 hash of file data
load_file
Load a file from disk into an AttachmentFile, using mime_guess to infer a sensible extension when the path has none or is unknown.