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

cass_data_type: frozen support #141

Closed muzarski closed 3 weeks ago

muzarski commented 1 month ago

Fix: https://github.com/scylladb/cpp-rust-driver/issues/49

This PR adds information about whether the type is frozen (applicable for collections and UDTs only).

Pre-review checklist