kassane opened a new pull request, #5181: URL: https://github.com/apache/opendal/pull/5181
### Requirements - [dmd/ldc/gdc](https://dlang.org/download) - on CI test dmd/ldc only (most users) ### How to work D Binding? [importC](https://dlang.org/spec/importc.html) read `opendal.h` on `<root_dir>/bindings/c/include` to auto-generate a binding. **Note:** the `pragma attribute(push,nogc,nothrow)` is new feature (not released yet). https://dlang.org/changelog/pending.html#dmd.importc-pragma-stc > [!NOTE] > Currently, cbindgen PR hasn't been merged to support D. So I've ruled out using the fork. But that doesn't stop me from using the current solution. - https://github.com/mozilla/cbindgen/pull/1005 cc: @Xuanwo -- 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]
