Module services

Module services 

Source
Expand description

Services will provide builders to build underlying backends.

More ongoing services support is tracked at opendal#5. Please feel free to submit issues if there are services not covered.

Structs§

Memory
In memory service support. (BTreeMap Based)
MemoryConfig
Config for memory.

Constants§

MEMORY_SCHEME
Default scheme for memory service.

Functions§

register_memory_service
Register this service into the given registry.