Skip to main content

Crate rain_engine_blob

Crate rain_engine_blob 

Source
Expand description

Blob backends for multimodal RainEngine attachments.

The core only stores attachment references; this crate provides concrete local and in-memory storage implementations plus config wiring.

Structs§

LocalFileBlobStore
MemoryBlobStore

Enums§

BlobBackendConfig

Traits§

BlobStoreTrait

Functions§

build_blob_store