Skip to content

Commit 937c737

Browse files
authored
Merge pull request #230 from muzarski/cass-iterator-type
iterator: cleanup iterator module and implement cass_iterator_type
2 parents 40e1b17 + 89a106c commit 937c737

File tree

4 files changed

+863
-1034
lines changed

4 files changed

+863
-1034
lines changed

scylla-rust-wrapper/build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,9 @@ fn main() {
148148
&["CassCompressionType_", "CassCompressionType"],
149149
&out_path,
150150
);
151+
prepare_cppdriver_data(
152+
"cppdriver_iterator_types.rs",
153+
&["CassIteratorType_", "CassIteratorType"],
154+
&out_path,
155+
);
151156
}

0 commit comments

Comments
 (0)