opendal icon indicating copy to clipboard operation
opendal copied to clipboard

A cargo feature `services-all` to enable all available services

Open PragmaTwice opened this issue 1 year ago • 4 comments

Feature Description

Could we add a cargo feature named services-all to include all avaible services?

So that we don't need to maintain a service list inside every bindings, e.g. C++ binding (also it seems out-dated, and change to optional features may lead to some binary release problems): https://github.com/apache/opendal/blob/32ddf46ddfbd584a83a5b5bd63c0964b05e49441/bindings/cpp/Cargo.toml#L39-L54

Problem and Solution

--

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • [ ] Yes, I am willing to contribute to the development of this feature.

PragmaTwice avatar Oct 19 '24 06:10 PragmaTwice