update rust client of debug log
TiKV client for C++. So far, it only supports synchronous API.
It’s built on top of TiKV Client in Rust via cxx.
This client is still in the stage of prove-of-concept and under heavy development.
# cxxbridge-cmd 1.0.18 requires rustc 1.48+ and c++17 or newer cargo install cxxbridge-cmd --force --version 1.0.18 make
Then the library will be in target/debug/libtikv_client.a.
target/debug/libtikv_client.a
Otherwise, you can build release version by the following. The library will be in target/release/libtikv_client.a.
target/release/libtikv_client.a
make release
tiup playground nightly make run-example
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
TiKV Client for C++
TiKV client for C++. So far, it only supports synchronous API.
It’s built on top of TiKV Client in Rust via cxx.
This client is still in the stage of prove-of-concept and under heavy development.
Build
Then the library will be in
target/debug/libtikv_client.a.Otherwise, you can build release version by the following. The library will be in
target/release/libtikv_client.a.Run example