tree: f90e4c034fc665a6308008b758256ebbf5d50cd0
  1. include/
  2. src/
  3. tests/
  4. .bazelrc
  5. .bazelversion
  6. .clang-format
  7. .gitignore
  8. BUILD.bazel
  9. build.rs
  10. Cargo.toml
  11. MODULE.bazel
  12. MODULE.bazel.lock
  13. README.md
foreign/cpp/README.md

Iggy C++ Client

Currently, the bazel build system relies on the system-provided cargo toolchain, so concurrent runs can race and lead to data corruption if executed remotely

Build commands

// Build binary
bazel build //:iggy-cpp

// Unit tests
bazel test //:unit

// Low level integration tests (requires running server)
bazel test //:low-level-e2e