Closed asukaminato0721 closed 1 week ago
Since sync algorithm between different languages is extremely hard, why not just use bind?
for python[WIP], use https://pyo3.rs
for nodejs, use https://napi.rs/
for other languages, see how https://github.com/apache/opendal/tree/main/bindings did.
just a test, see how it works.
Current method: Let the community do the basic algorithm, rust binding does the DL things.
Since sync algorithm between different languages is extremely hard, why not just use bind?
for python[WIP], use https://pyo3.rs
for nodejs, use https://napi.rs/
for other languages, see how https://github.com/apache/opendal/tree/main/bindings did.
just a test, see how it works.