This folder contains the bindings for OpenDAL. Currently, we support the following bindings:
We release each binding independently of the opendal crate (Rust core). This allows bindings to follow their own release cycles and compatibility requirements.
For example, while the opendal crate might be at version 0.55.0, a binding might be at version 0.47.0 or 0.49.2. For updates and compatibility, use the specific binding version instead of the opendal crate version.
Every binding should provide a README.md file to help users get started. The README.md file should contain the following sections:
You can find the README.md file for each binding in the corresponding folder.
Please refer to the bindings listed above or which are already released for more details.
We welcome contributions to OpenDAL. Please refer to CONTRIBUTING.md for the contributing guidelines.