You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For pure Rust project layout, the `.so` file name has to be `opendal` because that's how Python `import` works. We can switch to mixed Python/Rust layout to change it to whatever we want. (And usually we use `_opendal` and re-export public APIs in Python `opendal` module).
IMO C bindings can reserve the "libopendal.so" name. Other language binding cdylib is used by the specific language only so that we don't care about the lib name.
Originally posted by @messense in #1205 (comment)
The text was updated successfully, but these errors were encountered: