Skip to main content

Crate tibba_opendal

Crate tibba_opendal 

Source

Structs§

OpenDalConfig
OpenDAL 存储配置,url 决定后端类型,schema 可显式指定协议(如 “http”)。
Storage
统一存储抽象,封装 OpenDAL Operator,对上层屏蔽具体后端实现。

Enums§

Error

Functions§

new_opendal_storage
根据配置 URL 自动选择存储后端并创建 Storage 实例。
new_opendal_storage_from_url
根据 URL 和 schema 自动选择存储后端并创建 Storage 实例。