scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Latency awareness - support `scale` parameter #120

Closed wprzytula closed 11 months ago

wprzytula commented 11 months ago

As the scale parameter is now supported by the Rust driver, it is also supported in the bindings' code. For this to be available, the Rust driver dependency is updated to the newest at the moment of opening this PR.

Pre-review checklist