Implement C++ SDK
Open
cpp
sdk
- Dominant language
- Rust
- Stars
- 4.9k
- Forks
- 432
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 173
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.