Lancern commented on issue #4035:
URL: https://github.com/apache/opendal/issues/4035#issuecomment-1905141702
Wanna give it a try. I don't know if anyone is working on this, but I have
some progress in my own testing fork.
The `ceph-rust` crate is _almost_ unusable for several reasons:
- It is not actively maintained for several years;
- Its Rust interface lacks several key features that are indeed required by
OpenDAL:
- Configurations cannot be set until you have connected to the remote
cluster;
- No asynchronous support.
However its raw C library bindgen seems usable. I have built a new binding
for testing upon its raw bindgen.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]