Currently, we have non-working skeleton of C++ SDK in foreign/cpp directory. The aim of this task is to write minimal C++ SDK which will allow users to send and poll.
Preferably, we want to call Rust via FFI. See python SDK in foreign/pyton, where we use pyo3 for Rust<->Python interop.
For building the project, see #1774, we want to use bazel.
Currently, we have non-working skeleton of C++ SDK in
foreign/cppdirectory. The aim of this task is to write minimal C++ SDK which will allow users to send and poll.Preferably, we want to call Rust via FFI. See python SDK in
foreign/pyton, where we usepyo3for Rust<->Python interop.For building the project, see #1774, we want to use bazel.