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
13 stars 11 forks source link

Implement CassTuples, improved binding macros #58

Closed Lorak-mmk closed 2 years ago

Lorak-mmk commented 2 years ago
  1. Implemented CassTuple and all associated functions.
  2. Created new macros that replace old version of make_binders - with the new version we can be sure that binding to each structure works the same (there is no code repetition), the code is shorter and less error-prone.
Lorak-mmk commented 2 years ago

Closing, refactored changes in https://github.com/hackathon-rust-cpp/cpp-rust-driver/pull/59 and https://github.com/hackathon-rust-cpp/cpp-rust-driver/pull/60